1.1 What Is C?
C is a programming language – a general-purpose, procedural, compiled programming language. C language was created by Dennis Ritchie in the late 1960s and early 1970s. The C program is a collection of C source code spread across one or more source and header files. Source files, by convention, have the .c extension, and header files have the .h extension. Source and header files are plain text files that contain some C code.
1.2 What Is C Used For?
C is often used for the so-called systems programming ...