Programming For Problem Solving (BCS101) - AKTU Question Paper 2024-25
B.Tech · Semester 1 · Free PDF Download
This is the official AKTU Programming For Problem Solving Previous Year Question Paper for B.Tech Semester 1, academic session 2024-25. 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 2024-25
Programming For Problem Solving (BCS101) — complete question paper · 70 marks · 3 Hours
- aDefine Tokens and its use in Programming language
- bDifferentiate between low level language and high-level language
- cWrite the significance of Oper ators in Programming language
- dDraw the structure of Nested if else statement
- eFind the Output of below code:
#include <stdio.h> int main() { int z = 1; while (z <= 5) { { z++; } printf("%d ", z); z++; } return 0; } - fWrite the time complexity of Selection Sort
- gDefine Macros and its use in C Programming
- aDefine Obj file. Discuss the Compilation process step by ste p in C Programming
- bWrite a program to check the entered year is leap year or no t with conditional operator
- cWrite the importance of array. Write a program to find the s um of two numbers using array passing to function
- dDiscuss the use of searching and write the program to find t he number in an array using linear search
- eExplain the use and importanc e of Linked list in Programming
- aDraw and discuss the architect ure of Digital Computer System and its use in programming
- bWrite the four storage classes used in C programming with example
- aDiscuss the various operators used in the C programming language with examples
- bWrite a C program to find largest number from four given num bers
- aWrite a program to print the pattern
- bWrite a Program to find the m ultiplication of two n*n matrix
- aWrite a Program to sort the given list of data using bubble sort and compare its time complexity with insertion sort
- bDefine call by reference. Write a program to swap two number s with this concept
- aDefine DMA. Write a program to allocate the run time memory and find the sum of all the numbers entered by the user within that memory
- bDefine Pointer. Discuss the self referential pointer with ex ample
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 — BCS101
Questions that appeared in more than one session, found by comparing 4 years of Programming For Problem Solving papers (2022-23, 2023-24, 2024-25, 2025-26)
Write a program to print the pattern
Appeared in: 2022-23 · 2023-24 · 2024-25 · 2025-26
Write the four storage classes used in C programming with example
Appeared in: 2024-25 · 2025-26
Write a Program to find the m ultiplication of two n*n matrix
Appeared in: 2023-24 · 2024-25
Programming For Problem Solving — Other Year Papers
AKTU Programming For Problem Solving PYQs from other sessions
More B.Tech Semester 1 (2024-25) Papers
Other subjects from same semester and session
Syllabus & More PYQs
Paper solve karne se pehle unit-wise syllabus dekh lo