C language

Share:
                                                      Youtube Channel
Introduction

  • C language is basically a high level language 
  • Designed by Dennis Ritchie at Bell Lab in 1973.
  • Procedure oriented language (Structured Language).
  • Much  more efficient than the typical machine codes.
How the C source codes run.

C language have mnemonic codes which further converted into machine level language. Basically our computer system understand only binary data but it is difficult to write binary code instruction all the time when you have to write thousand lines of code. Basically C's source codes first compiled through compiler. Compiler converted these codes into assembly level language. Now further these codes are converted into binary codes with the help of assembler. Now these codes are fetched by machine and executes.

Flow chart for Execution of C source Code.



4 comments: