×
☰ Menu

Executing a C Program

 

Executing a C Program involves a series of steps these are

    • Creating a Program
    • Compiling a program
    • Linking the program with that are needed from C library
    • Executing the program