CS153Programming For Problem Solving Lab
CS153Programming For Problem Solving Lab
Course Objectives:
The objectives of the course are, to make the student understand:
1. Basic problem solving process using Flow Charts and algorithms.
2. Basic concepts of control structures in C.
3. Concepts of arrays, functions, pointers and Dynamic memory allocation in C.
4. Concepts of structures, unions, files and command line arguments in C.
Course Outcomes:
After successful completion of the course, the students are able to
1. Develop algorithms and flow charts for simple problems.
2. Use suitable control structures for developing code in C.
3. Design modular programs using the concepts of functions and recursion.
4. Develop code for complex applications using structures, pointers and file handling features.