C Programming 10 Day Syllabus
C Programming 10 Day Syllabus
Day 1: Introduction to C
• History, features, and importance of C
• Structure of a C program
• Compilation & execution process
• Writing the first C program
• Role of main(), #include, return
Day 4: Operators in C
• Arithmetic operators
• Relational and logical operators
• Assignment and compound assignment
• Increment/decrement (++, --)
• Operator precedence and associativity