FACULTY OF COMMERCE
B.Ccom I - Year Examination, October/November 2013
(Common Paper for Computers & Computer Application (Voc))
Fundamentals of 'C'
Part -A (5x4=20 marks)
Answer any five of the following questions in not exceeding 20 lines each.- Write about scope and life of a variable.
- How do you evaluate an expression?
- What is an Array?
- What is need for user defined function?
- Write about switch statement.
- What is a Pointer?
- Write about unions.
- Distinguish variable from a constant.
Part-B (5x10=50 Marks)
Answer the following questions in about four pages each.9 (a) Explain the basic structure of C Programs. How do you execute a 'C' Program?
or
(b) Explain the data types of C Language.10 (a) Explain any five types of Operators use din C Programs with syntax and examples.
or
(b) Explain the branching statements used in C Language with examples.11 (a) What is a string? How do you read and write strings in C Language? Give examples.
or
(b) How do you declare two dimensional array? Write a C program for matrix multiplication.12 (a) Explain string functions in C Language and write a simple C program for string functions.
or
(b) What is a recursive function? Write a C program to calculate factorial of a given number using recursion.13 (a) How do you declare structure variables and also explain accessing the structure members.
or
(b) Explain the enumerated data types.
No comments:
Post a Comment
May I Help you