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.
- 2×Asked in 2078, 2077How break statement is different from continue statement? Explain with suitable example.Answer coming5
See the wording in each paper
- 2×Asked in 2078, 2077Write 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
- Write a program to store and display basic information (Roll, name, address, email, and phone) of students of using a structure.TU Board 2078
- How structure is different from union? Write a program to store and display basic information (roll, name, address, email, and phone) of students of using a structure.TU Board 2077
- 2×Asked in 2078, 2077What 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
- 2×Asked in 2080, 2078What is recursion? Write a program to find the factorial of a given integer using recursion.Answer coming5
- 2×Asked in 2080, 2079What is pointer? Explain the similarity between array and pointer in brief.Answer coming5
See the wording in each paper
- 2×Asked in 2078, 2077What is the basic structure of a C program? Explain each part.Answer coming5
See the wording in each paper
- 2×Asked in 2083, 2079Write a program to find the sum of diagonal elements only in the given matrix.Answer coming5
See the wording in each paper