4. What is Compiler ?

A compiler is a computer program that translates computer code written in one programming language (the source language) into another programming language (the target language). The name compiler is primarily used for programs that translate source codefrom a high-level programming language to a lower level
language (e.g., assembly language, object code, or machine code) to create an executable program .

Comments

Popular posts from this blog

12. Library Functions of C Programming

13. Control Strings in C Programming

11. Variables in C Programming

14. Escape Sequences in C Programming

6. Flowchart of a computer programming

10. Data Types of C Programming

15. Basic Input/output functions in C programming

9. Header Files of C Programming

8. Program structure rules of C programming

7. Introduction of C programming :