Programming in C Previous Year Question Paper 2016 | HNBGU BCA First semester

Programming in C

HNBGU BCA Previous Question Paper 2016-17

  1. Explain the steps used for compilation and execution of C programme

  2. What do you mean by debugging? Explain its techniques in brief

  3. Write a C programme to find factorial of any number.

  4. Define control statements with example

  5. Differentiate between user defined and built in function

  6. Explain multidimensional array with example

  7. Write a programme to swapping of two numbers in C language

  1. Explain various data types used in C programming with examples.

  2. Define structure with example. What are the differences between structure and union?

  3. Write a programme to addition of two matrices using functions.

  4. What do you mean by data types? Define its size for different computer machine.

  5. Write short notes on any three of the following :

    1. Calloc and Malloc function
    2. Recursive function
    3. Array of pointer
    4. Modifiers
    5. Macros