Problem Solving Using C (KCA-102) - AKTU Question Paper 2023-24
MCA · Semester 1 · Free PDF Download
This is the official AKTU Problem Solving Using C Previous Year Question Paper for MCA Semester 1, academic session 2023-24. Published by Dr. A.P.J. Abdul Kalam Technical University (AKTU/UPTU), Lucknow. Free PDF download — no login required.
Rate this paper
Questions Asked in 2023-24
Problem Solving Using C (KCA-102) — complete question paper · 100 marks · 3 Hours
- aDifferentiate between compiler & interpreter. 2
- bDescribe rules of declaring identifiers. 2
- cDifferentiate between actual argument and formal argument. 2
- dPredict how long the following loop runs? for (int x = 1; x = 3; x++) 2
- eWrite the data structure us ed in implementing recursion. 2
- fThere is a two-dimensional arra y of type integer. Write the statement to display the base address of the array. 2
- gHow is a null pointer created? 2
- hOn successful execution of the be low code predict the result, if address of
variable ‘a’ is 210? void main( ) { float a, *b - b= b+3;
printf (“%d”, b); } i. Explain the use of rectangle() functions. 2 j. Though we can write our program without File handling, what is the need of file handling in C? 2
- aWhat is the use of a flow chart? List out the symbols used i n a flow chart. Draw
- aflow chart to find whether the given year is a leap year or not. 10
- bHow switch stamen is different from else – if ladder? Construct a program in C to print the bellow pattern. The number of lines to print to be entered by the user
- cIllustrate the concept of recursion and base condition of re cursion. Construct a recursive function to find the factorial of an input number N.. 10
- dHow a structure is different from an array? Write a C progra m to store employee details such as Empid, Name, Salary and Age for 50 employees and display the employee details who are getting salary more than 15000
- eDevelop a C program to copy th e contents of one file to anot her file. The file name must be pass through command line arguments. 10
- aExplain the different data types supported by C language? Ex plain primitive data types in terms of memory size, format specifier and range. 10
- bWhat do you mean by operator precedence and associativity? E xplain all bit- wise AND, bit-wise OR and bit-wise XOR operators with suitable example. 10
- aWrite a program to check the input number is an Armstrong number or not. 10
- bIdentify the use of modular programming? Write a program by using user define function to check given number is prime or not. Porotype of function should be like this int is_prime(int)
- aIllustrate the different ways to initialize a string during compile time as well as during run time. Write a program to count the number of words a nd number of characters in an input string
- bDefine a pointer. How do you declare and initialize a pointe r? Write a program to add the contents of an integer array using pointer. 10
- aDefine scope, visibility, and lifetime of a variable. Explai n in detail about all storage classes supported in C l anguage with reference to scope and lifetime, visibility, and default value
- bHow a structure is different from union? Discuss the concep t of nested structure. Write a program for your illustration. 10
- aWhat are the drawbacks of static memory allocation? Write a program to allocate space dynamically to store N numbers. Find the sum and average of these numbers
- bWhat is the use of initgraph() function? Write a program to display 50 concentric circles. 10
Question text is extracted from the official AKTU question paper PDF above. Hindi translations are omitted — every question is printed in English in the original paper. Last verified: 2026-08-23.
Repeated Questions — KCA-102
Questions that appeared in more than one session, found by comparing 4 years of Problem Solving Using C papers (2021-22, 2022-23, 2023-24, 2024-25)
Differentiate between compiler & interpreter. 2
Appeared in: 2021-22 · 2023-24
Differentiate between actual argument and formal argument. 2
Appeared in: 2021-22 · 2023-24
What is the use of a flow chart? List out the symbols used i n a flow chart. Draw
Appeared in: 2021-22 · 2023-24
How a structure is different from an array? Write a C progra m to store employee details such as Empid, Name, Salary and Age for 50 employees and display the employee details who are getting salary more than 15000
Appeared in: 2021-22 · 2023-24
Develop a C program to copy th e contents of one file to anot her file. The file name must be pass through command line arguments. 10
Appeared in: 2021-22 · 2023-24
What do you mean by operator precedence and associativity? E xplain all bit- wise AND, bit-wise OR and bit-wise XOR operators with suitable example. 10
Appeared in: 2021-22 · 2023-24
Write a program to check the input number is an Armstrong number or not. 10
Appeared in: 2023-24 · 2024-25
Identify the use of modular programming? Write a program by using user define function to check given number is prime or not. Porotype of function should be like this int is_prime(int)
Appeared in: 2021-22 · 2023-24
Illustrate the different ways to initialize a string during compile time as well as during run time. Write a program to count the number of words a nd number of characters in an input string
Appeared in: 2021-22 · 2023-24
Define a pointer. How do you declare and initialize a pointe r? Write a program to add the contents of an integer array using pointer. 10
Appeared in: 2021-22 · 2023-24
Define scope, visibility, and lifetime of a variable. Explai n in detail about all storage classes supported in C l anguage with reference to scope and lifetime, visibility, and default value
Appeared in: 2021-22 · 2023-24
Problem Solving Using C — Other Year Papers
AKTU Problem Solving Using C PYQs from other sessions
More MCA Semester 1 (2023-24) Papers
Other subjects from same semester and session