C++ Topics
C++ Topics
2. Variable?
3. Multiline comment
4. Single / end line comment
5. C++ output/input
6. Preprocessor directive # include
7. Statement
8. Block
9. New line in C++
10. Data types in C++ (int, float, double…….etc)
11. Basic arithmetic operations (chapter 1 page no 8)
12. Comparison operator & combing conditions (chapter 1 page no 13)
13. Type casting in C++
14. While loop program
15. For loop program
16. Array definition
17. Advantages and disadvantages of array
18. Array types
19. Single and multidimensional array program (any program)
20. Loop through an array (for loop)
21. Function and benefits of functions
22. Function full program (any)
23. Function overloading and example program
24. Function return type void. Understand why?
25. Recursion program
26. Create a class. using the class create some object and print the value