C language is a general purpose computer programming language that supports structured programming. With the help of C, we can efficiently map instructions to machines. Also it has applications in assembly language, including operating systems.
Course Content:
01 Environment Setup
02 Program Structure
03 Basic Syntax
04 Variable
05 Data Types
06 Constants
07 Operators
08 Printf/Scanf
09 Escape Sequences
10 C Conditional Statements (if, if-else, if-elseif..., switch-case)