Executing the C or C++ program
- Get link
- X
- Other Apps
Executing the program:-
Executing a program written in c or c++ involve a series of steps. These are:-
- Creating a program;
2. Compiling the program;
3. 3. Linking the program with functions that are needed from
The C or C++ library and
4. 4. Executing the program.
Figure illustrates the process of creating, compiling and executing a program. Although these steps remain the same irrespective of the operating system, system commands for implementing the steps and conventions for naming files may differ on different system.
An operating system is a program that control the entire operation of a computer system. All input/output operations are channeled through the operating system. The operating system, which is an interface between the hardware and the user, handles the execution of user program.
- Get link
- X
- Other Apps
Comments
Post a Comment