1. Functions Declaration and basic syntax
2. Basic function coding exercise.html
3. Functions Possible variations in syntax to support more features
4. Function variations.html
5. Types and variables in C++
6. Using types to create variables in a program.html
7. Arithmetic operations with Fundamental types in C++
8. Arithmetic operators.html
9. Initializations and auto keyword in C++
10. Initialization of variables.html
11. using auto keyword.html
12. Scope and lifetime of entities in C++ programs
13. Scopes and life times of objects in programs.html
14. Constants in C++ programs const, constexpr, consteval
15. Const correctness.html
16. Arrays, Pointers and References in C++
17. Array pointers references.html
18. Null pointers in Modern C++
19. Using nullptr.html
20. Understanding pointers and references from a hardware perspective
21. Testing and selection based workflows with conditional statements and looping
22. if-else statements.html
23. Switch case statements.html
24. Using while loops.html
25. Section Quiz.html