209 COMPUTER PRAGRAMMING LAB
S.No. Concept to be covered in the exercise
1. Simple OS Commands, vi editor, compiling program, compiler options, linking libraries.
2. Simple input output program, integer, real, character and string. (Formatted & Unformatted),
Using Command Line Arguments.
3. Conditional statement (if, if-else-if, switch-case)
4. Looping & iterations (for, while, do-while, continue, break)
5. Using Arrays (one, two and three dimensional)
6. Using Structures and Union.
7. Program using Function (with and without recursion), passing parameters by value &
reference.
8. Using pointers.
9. File handling.