Definition of C / POSIX
C: A programming language whose structure is close to con Neumann machine.
POSIX: Portable Operating System Interface for Computing Environments
Refreshers
gcc
-wall
Display all warnings
-c
Omit linking
-o
Specify output
Make file
Learn by self...