C PYQ Coding Questions
C PYQ Coding Questions
2023 - Q6
BB
CCC
DDDD
2023 - Q7
i) Write a C program to compute the sum of two input values. If they are the same, return triple their sum.
2023 - Q8
2023 - Q9
2023 - Q10
2023 - Q12
2024 - Q7
a) Write a C program to sort a 1-D array in descending order (input from user).
c) Write a C program to read N integers into an array and find the sum of all odd numbers.
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.
b) Write a C program to take two strings as input and display the concatenated string without using strcat().
2024 - Q12
Backlog - Q6
Backlog - Q7
i) Write a C function to multiply two numbers. If the same, return double their sum.
C Programming PYQs - Coding Based Questions
iii) Write a program to compute the sum of the series: S = 1 + 1/3 + 1/9 + ... up to N terms.
Backlog - Q8
Backlog - Q9
Backlog - Q10
iii) Write a complete program to print the Fibonacci series up to nth term.
Backlog - Q12