Week 1 Programming Mindset & Environment Setup
📚 Topics:
- What is programming and software engineering?
- Understanding problem-solving approach
- Setting up development environment
- Introduction to algorithms and flowcharts
Install C compiler and write "Hello World"
Week 2-3 C Language Fundamentals
📚 Topics:
- Variables, data types, and constants
- Input/output operations (printf, scanf)
- Operators (arithmetic, relational, logical)
- Basic program structure
Write 10 basic programs (calculator, area calculations, etc.)
Week 4 Control Structures - Part 1
📚 Topics:
- Conditional statements (if, if-else, nested if)
- Switch-case statements
- Problem-solving with conditions
Create a simple menu-driven calculator