PPS Suggestions
PPS Suggestions
Unit 6: Function
1) Knowledge of scope of variable: Local and Global.
2) Knowledge of static and non-static variable.
3) C program to add, subtract, multiply and divide 2 numbers using
recursion.
4) C program to find gcd of two numbers using function. (Do using recursive
function too).
5) C program to find nCr.
6) C program to print Armstrong number in an range.
7) C program to print Fibonacci Series using Function.(Do using recursion
too).
8) C program to nr using recursion.
9) C program to find factorial of a number using recursive function.
10) Concept of call by value and call by reference and program related
to that.
11) All MCQ and SAQ from Organizer.
Unit 7: Recursion
All MCQ and SAQ from Organizer.
Unit 8: Structure
1) Difference between Array and Structure.
2) Programs from Organizer:
i. Q-2,3 Pg-PPS-174
ii. Q-5,Pg-PPS-177
3) C program to add two imaginary numbers using structure.
4) C program using structure to take 10 students name, roll, marks and
print the records with average marks.
5) All MCQ and SAQ from organizer.
Unit 9: Pointers
1) Concept of pointer.
2) C program to swap two numbers using a third pointer.
3) C program to copy one array to another. (Apply for integer array as well
as string).
4) All MCQ and SAQ from organizer.