Lab materials and exercises will be posted here.
- "Hello World"
- printf, scanf
- Arithmetic Operators
- Data Types
- Variables and Constants
- Implicit & Explicit Casting
- Overflow
- ASCII codes & characters
- Advanced operators (increment, decrement)
- if, else, else if
- switch
- while
- for
- do..while
- Nested Loops
- Functions
- Functions (Call by Reference)
- Pointers
- Arrays
- Passing Arrays to Functions
- Multi-dimensional Arrays
- Strings
- Recap of Previous Topics
- Structures
- If you want to practice, you can check out the questions posted each week.