Preview 1
•In C, you write your program as a text file using the C programming lan-guage. The name of your source file ends in “.c”. •You then compile your code into processor-specific object code (“.o”) us-ing the cc command (for “C compiler”). •The C compiler actually consists of two phases. The first is a “pre-processing”
Preview 1
Preview 2
Preview 3
Preview 4
Preview 5
Preview 6