Wednesday, January 7, 2015

C-Language previous year question paper October/November 2013

FACULTY OF COMMERCE

B.Ccom I - Year Examination, October/November 2013

(Common Paper for Computers & Computer Application (Voc))

Fundamentals of  'C'

Time : 3 hours                                                               Max. Marks : 70

Part -A (5x4=20 marks)
Answer any five of the following questions in not exceeding 20 lines each.


  1. Write about scope and life of a variable.
  2. How do you evaluate an expression?
  3. What is an Array?
  4. What is need for user defined function?
  5. Write about switch statement.
  6. What is a Pointer?
  7. Write about unions.
  8. 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