开始学习 C 编程语言(循序渐进)
Get started with C Programming language (step by step)
- 1. Introduction
- 1. Introduction
- 2. Installing Code blocks IDE
- 2. Let's learn C programming
- 1. Create your first C file
- 2. Syntax of C
- 3. New lines, tabs, double quotes etc.
- 4. Comments in C language
- 5. Variables
- 6. Format Specifiers
- 7. Basic data types
- 8. Constant variables
- 9. Operators in C
- 10. IF else condition statements
- 11. Switch case statement
- 12. While loops
- 13. For loops
- 14. Continue and break
- 15. Arrays
- 16. Strings
- 17. User Input
- 18. Bug fix
- 19. Pointers (memory address)
- 20. Functions
- 21. Math functions
- 22. Structures