Chapter 1.5 - Recognize the programming style of C language | Part - 2

EXECUTING A 'C' PROGRAM

Executing a program written in C involves a series of steps. These are:
  1. Creating the program:
  2. Compiling the program:
  3. Linking the program with functions that are needed from the C library; and
  4. Executing the program.
Chapter 1 - History of C language                                  


Recognize the programming style of C language


Fig. 10. illustrate the process of creating, compiling and executing a C program. Although these steps remain the same irrespective of the operating system, system commands for implementing the steps and conversion of naming files may differ on a different system.


      Turbo C++ Program Compiler Download                                

An operating system is a program that controls the entire operation of a computer system. All input/output operation is channeled through the operating system. The operating system which is an interface between the hardware and the user handles the execution of user programs. 

EXECUTING A 'C' PROGRAM
Fig. 10 Process of compiling & running a C program

          Fix common software Issues 


The two most popular operating system today is UNIX (for minicomputers) and MS-DOS (for microcomputers). We shall discuss briefly the procedure to be followed in executing a C program under both these operating system in the following sections in our next post. #allaboutprogramming62 

Post a Comment

10 Comments

  1. Office Executive – ICICI Bank Jobs in Phaltan (₹1.8L–₹2.5L a year)
    Click Here to Apply

    ReplyDelete
  2. Northeast Frontier Railway Recruitment Cell 2020 – 4499 Posts
    Apply Now

    ReplyDelete
  3. National Defense Academy and Naval Academy Examination 2020 | E-Admit Card
    Apply Now

    ReplyDelete
  4. GATE Examination 2021 – Apply Online
    Apply Online

    ReplyDelete
  5. Java Do While Loop with Simple Example - Simple Way to Learn
    Click here

    ReplyDelete
  6. Java For Loop with Simple Example - Simple Way to Learn
    Read Now

    ReplyDelete
  7. Download Free Windows 7 Ultimate 32/64 Bit ISO Sep-2021
    Download

    ReplyDelete
  8. Java Nested For Loop with Simple Example
    Read Now

    ReplyDelete
  9. Download Free Windows XP All In One 32/64 Bit ISO Oct-2021
    Download Now

    ReplyDelete

Ask Me Everything About Programming.