Computer Science, asked by VishalNath7897, 1 year ago

Write down the steps involved in executing a c program

Answers

Answered by Shashangroxxy
2
Executing a C program : 

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


Creating the program.

Compiling the program.

Linking the program with functions that are needed from the C library.

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.

Similar questions