web analytics

Write down steps of ‘executing a C program’

Executing a C program : 

Executing a C program involves a series of steps. They are,

  1. Creating the program.
  2. Compiling the program.
  3. Linking the program with functions that are needed from the C library.
  4. Executing the program.
           
Although these steps remain the same irrespective of the operating system, system command for implementing the steps and conventions for naming files may differ on different system.

Must Read: Draw the flowchart of the process of compiling and running a C Program.

Thank you. Take a moment to share 🙏