Executing a ‘C’ Program
https://www.computersprofessor.com/2016/05/executing-c-program.html?m=0
Executing a
program written in C involves a series of steps: these are
1. Creating a
program.
2. Compiling
the program Alt + F9.
3. Linking the
program with functions that are needed from the C library, and