


Master your MCA entrance preparation with over 17 years of solved PYQs from NIMCET, CUET PG, and top universities. Get detailed step-by-step solutions and expert insights—all 100% free.
Don't just practice questions—simulate the real exam. Browse our interactive Full Year-wise Question Papers to build your speed and accuracy.
Browse Full Papers →Jump directly into topic-wise PYQs with exam details — marks, time, and negative marking.
What will be the output of following C program code?
#include <stdio.h> int x = 5;
int main() { int x = 10; { int x = 20; printf("%d ", x); } printf("%d", x); return 0; }
What will be the output of following C program?
int fun(int n) { if(n == 0) return 1; else return n * fun(n - 1); } int main() { printf("%d", fun(3)); }
int a = 5; int b; b = a++ + --a + a++; printf("%d", b);
What is the output?
What will be the output of the following C program?
int x = 10; while (x-- > 7) printf("%d ", x);
What will be the output of the following C Code?
Find the output of this simple C program using a for loop and Printf. Understand how the loop works and what gets printed. Click for the answer!
The lifetime (longevity) of the static variables in a 'C' program is:
Yes. We continuously update question tags and solutions to reflect the latest pattern and syllabus.
All listed questions include detailed step-by-step solutions, and many also include short video explanations.
Use the filters for exam and subject, and the search box for topics, keywords, or formula names.
No, Mathem Solvex Offers you everything for free, you do not need to pay anything for question bank You will get NIMCET and CUET PYQ and all the information for free.