FACULTY OF COMMERCE
BCom. I Year Examination, March/April 2013
FUNDAMENTALS OF 'C'
(Common Paper for Computer & Computer Applications(Voc))
Time: 3 hours (Max. Marks: 70)
Part - A (Marks : 5x4=20)
Answer any five questions in not exceeding 20 lines each
- What is Pre-Processor?
- Operator Precedences.
- What is Dynamic Array?
- Function Call.
- What is uesr defined function?
- Variable vs Constant.
- What is a Pointer?
- What is a Recursive function?
Part B - (Marks : 5x10=50)
Answer the following questions in not exceeding 3 pages each.
9 (a) Write about History and Importance of C Language.
or
(b) How do you declare Storage Classes? Write about reading and writing of values in C Programs.10 (a) Explain the operators used in C Language.
or
(b) Explain the type conversions used in C Language with syntax.11 (a) What is an array? How do you declare a two dimensional array? Write a C Program to add the given matrices.
or
(b) How do you declare and initialize the string variable?12 (a) Explain the Mathematical and Date functions of C Language? Write a simple C Program to demonstrate the Date functions.
or
(b) Explain the elements of user - defined functions.13 (a) What is a Structure? How do you declare the structure variables and access the structure members?
or
(b) Explain about Enumerated Data types.
No comments:
Post a Comment
May I Help you