C PYQ Coding Questions Sorted
C PYQ Coding Questions Sorted
Easy Level
Reverse a Number
(2023 - Q6.i)
(2023 - Q7.iii)
(2023 - Q7.i)
Write a C program to compute the sum of two input values. If they are the same, return triple their sum.
Sum of Digits
(Backlog - Q6.i)
Pattern Printing
(2023 - Q6.ii)
BB
CCC
DDDD
Skip Multiples of 7
(2023 - Q8.iii)
(Backlog - Q8.iii)
(2023 - Q10.i)
(2023 - Q10.iii)
(2024 - Q7.c)
Write a C program to read N integers into an array and find the sum of all odd numbers.
Medium Level
(Backlog - Q8.i)
(2023 - Q8.i)
(2024 - Q7.a)
Write a C program to sort a 1-D array in descending order (input from user).
(2023 - Q9.i)
(Backlog - Q9.i)
(Backlog - Q12.d)
Tough Level
(Backlog - Q7.iii)
Write a C program to compute the sum of the series: S = 1 + 1/3 + 1/9 + ... up to N terms.
(2023 - Q9.iii)
(2024 - Q11.b)
C Programming PYQs - Coding Questions (Easy to Tough)
Write a C program to take two strings as input and display the concatenated string without using strcat().
(2024 - Q10.a)
Write a program to read and display student information, edit ith student details, and redisplay.
(2024 - Q11.a)
Write C programs to interchange two numbers using call by value and call by address.
(2024 - Q12.c)