- Hello,World:
- Variables, if, else, while
- Functions, nested loops.
- Debugging
- More functions, more nested loops
- Pointers, arrays and strings
- More pointers, arrays and strings
- Even more pointers, arrays and strings
- 0x08-recursion
- 0x09-static_libraries
- 0x0A-argc_argv
- 0x0B-malloc_free
Dennis Ritchie ๐ Brian Kernighan
What happens when you type gcc main.c
๐ Look at my article
What is an entry point
What is main
How to print text using printf, puts and putchar
How to get the size of a specific type using the unary operator sizeof
How does the main function influence the return value of the program
-
โ**โ