Programming For Problem Solving (BCS101) - AKTU Question Paper 2023-24
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 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
Programming For Problem Solving (BCS101) — complete question paper · 70 marks · 3 Hours
- aDefine Syntax. Write the imp ortance of Syntax in programming. 2 1
- bDraw the Memory Hierarchy acco rding to the Access time. 2 1
- cDifferentiate Between Ope rator and Operands. 2 2
- dDefine Conditional Operator with an example. 2 2
- eFind the Output of Code:
void main () { int a, b; for (a = 6, b = 4; a <= 24; a = a + 6) { - br e a k ;
} printf(“%d” ,a); }
- fWrite the importance of base va lue in recursive function. 2 4
- gPredict the output of following program
#include<stdio.h> int main() { int a = 12; void *ptr = (int *)&a; printf("%d", *ptr); getchar(); return 0; }
- aExplain the Storage Classes used for the storage of the Data i n C programming
- bDiscuss the Concept of Type C asting and Type Conversion with t h e Program
- cWrite a program t o print the pattern
- dWrite a Program to print the Fibonacci Series up to the user 's choice with the process in which the function calls itself
- eWrite the Short notes on (i) Linked list (ii) macros
- aExplain the Digital Computer w ith proper architecture. 7 1
- bDefine Algorithm. Write the Algorithm for the greatest of th ree numbers and Draw its flow chart
- aIllustrate the Concept of Operator Precedence and Associativ ity with Example
- bWrite a Program to discuss th e use of break in Switch Statement. 7 2
- aWrite a Program to check wheth er the entered number is prime or not. 7 3
- bWrite a Program to print the multiplication of two-dimension al matrices with m*n dimensions
- aWrite a Program to print the greatest number of an array usi ng the array passing to function concept
- bDefine Sorting. Explain the Bubble sort technique and write the Program to implement the bubble sort
- aDefine file. Write the modes of file handling. Write a progr am in C to write multiple lines to a text file
- bDefine calloc function. Write the Program to print the sum o f elements initialized at the dynamic memory allocated by the user
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 t o print the pattern
Appeared in: 2022-23 · 2023-24 · 2024-25 · 2025-26
Write a Program to discuss th e use of break in Switch Statement. 7 2
Appeared in: 2023-24 · 2025-26
Write a Program to print the multiplication of two-dimension al matrices with m*n dimensions
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 (2023-24) Papers
Other subjects from same semester and session
Syllabus & More PYQs
Paper solve karne se pehle unit-wise syllabus dekh lo