


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.
Which of the following memory allocation function changes the pre-allocated memory space in C?
When the following code is executed, what will be the value of x and y?
What Is output for the program given below: #include<stdio.h> Void main() { int i=7; for (; i<12; i++); printf (“%d”, i); }
What is output for the program given below? #include<stdio.h> void main() { int I = 500, j = 1000, k; k = (i>500 &&j= =1000); FO printf ("k = %d", k); }
Consider the array definition int num [10] (3,3,3); Pick the correct answer:
What does 'BREAK' keyword do in C programming language?
Adjacency Matrix is used for:
Suppose that in a C program snippet, following statements are used: (i) sizeof (int); (ii) sizeof (int*); (iii) sizeof (int**); Assuming size of pointer is 4 bytes and size of int is also 4 bytes, pick the most correct answer from the given options:
What is the output for the program given below? #include<stdio.h> void main() { int i=5; for (; i< 12; i++); printf ("%d", i); }
In the following program, how many times 'for' loop will be executed? #include<stdio.h> void main() { int i=5; for (;;;) printf ("%d", i); }
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.