Programming for Problem Solving

Syllabus

Programming for Problem Solving

Programming for Problem Solving syllabus
Practicals of C language
Code and output of basic c programs
Q1 Write a program in C language to perform addition of two numbers.
Q2 Write a program in C language to check whether a number is odd or even.
Q3 Write a program in C language to display the given pattern.
1
22
333
4444
nnn.....n
Q4 Write a program in C language to display the given series. 2,5,10,17,……n
Q5 Write a program in C language to display factorial of a number.
Q6 Write a program in C language to display fibonnaci series. 0,1,1,2,3,5,8,13....
Q7 Write a program in C language to calculate addition of two matrices.
Q8 Write a program in C language to search an element in the given list.
Q9 Write a program in C to reverse order of a list.
Q10 Write a program in C to find greatest number among three numbers.

Useful Programs of C language
Code and output of Useful c programs
Calculator using C language

PYQs
2022
PYQs of year 2022 of Programming for Problem Solving

Combined multiple years
PYQs of Programming for Problem Solving

Videos
Youtube videos for C language.
C language playlist by CodeWithHarry

C language in One Shot by CodeWithHarry