Compiling and Executing a C Program

When you write a program in C, it's written in a human-readable format.Before the computers can run it, the code must be translated into machine code.