The C programming language: basics
In this chapter, you will start from a simple C code to learn some basic features of C, like:
- Types
- print function
- if statement
- for loop
- functions
- arrays
- pointers
- argc and argv
In this chapter, you will start from a simple C code to learn some basic features of C, like: