Department of Electrical Engineering

Simulation Laboratory


Course Outcome

Curriculum Lab: Programming for Problem Solving (ES-CS 291)

CO Course Outcomes
CO1 Explain the basic structure of C programming with respect to declaration and usage of variables and illustrate the same.
CO2 Develop algorithms and flowcharts of a given C problem.
CO3 Compare the different branching, decision making and loops and explain their usage in C programming
CO4 Define arrays and strings, functions and recursive calls and user defined functions and evaluate their applications in algorithms.
CO 5 Explain pointers and dynamic memory allocation and solve numerical methods problems
CO 6 Define structures and file operations and to develop structures using pointers