C was developed in the 1970s and is a popular and widely used programming language today. It is well-suited for systems programming and embedded systems due to its portability, efficiency, and ability to access hardware. A C program consists of functions written in a logical sequence to perform tasks. The main function is the starting point and every program must contain one. C programs are compiled in two steps - preprocessing and compilation - to create an executable binary file.