BIT102 C Programming

C Programming: most repeated questions

Questions that have come up in more than one paper, matched by what they ask rather than exact wording. Most repeated first.

  1. 2×Asked in 2078, 2077
    How break statement is different from continue statement? Explain with suitable example.Answer coming5
    See the wording in each paper
  2. 2×Asked in 2078, 2077
    Write a program to store and display basic information (Roll, name, address, email, and phone) of students of using a structure.Answer coming5
    See the wording in each paper
  3. 2×Asked in 2078, 2077
    What do you mean by multi dimensional array? Write a program to display the sum of two m x n matrices.Answer coming5
    See the wording in each paper
  4. 2×Asked in 2080, 2078
    What is recursion? Write a program to find the factorial of a given integer using recursion.Answer coming5
    See the wording in each paper
  5. 2×Asked in 2080, 2079
    What is pointer? Explain the similarity between array and pointer in brief.Answer coming5
    See the wording in each paper
  6. 2×Asked in 2078, 2077
    What is the basic structure of a C program? Explain each part.Answer coming5
    See the wording in each paper
  7. 2×Asked in 2083, 2079
    Write a program to find the sum of diagonal elements only in the given matrix.Answer coming5
    See the wording in each paper