BCSG0002 C Programming Updated (1) BJKKJKKK
BCSG0002 C Programming Updated (1) BJKKJKKK
Objective: To impart adequate knowledge on the need of problem solving techniques and develop
programming skills to implements applications using the concepts of C Language. Also by learning the
programming constructs they can easily switch over to any other language in future.
Module Teaching
No. Content Hours
Flow Chart: Introduction, Standard, Guidelines, Advantages and Limitations of using
Flowcharts.
Decision and Case Control Structure: if, if-else, nested if-else, Decisions using switch,
switch versus if-else ladder, go to.
Loop Control Structure: For loop, while loop, do-while loop, nesting of loops, break, and
continue.
DMA: Dynamic Memory Allocation-Malloc, Calloc, Realloc and free, void Pointer and Null
Pointer.