You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
๐งโ๐ซ Course Instructor: Ramaguru R, Assistant Professor, TIFAC-CORE in Cyber Security.
๐ Course Outcome
CO#
CO Description
CO1
Understand the typical programming constructs: data (primitive and compound), control, modularity, recursion etc. thereby to understand a given program
CO2
Understand and analyze a given program by tracing, identifying coding errors and debugging them.
CO3
Make use of the programming constructs appropriately and effectively while developing computer programs.
CO4
Develop computer programs that implement suitable algorithms for problem scenarios and applications
Course Plan
Unit #
Topic
No. of Hours
1
Introduction and Review of C language constructs.
1
Functions โ inter function communication standard functions, scope.