What is a preprocessor, what are the advantages of preprocessor?

      

What is a preprocessor, what are the advantages of preprocessor?

  

Answers


caroline
A preprocessor processes the source code program
before it passes through the compiler.
1.a preprocessor involves the readability of program

2.It facilitates easier modification
3.It helps in writing portable programs
4.It enables easier debugging
carol1 answered the question on April 13, 2018 at 15:41


Next: Write a program to interchange 2 variables without using the third one.
Previous:  Represent a two-dimensional array using pointer?

View More Computer Science Questions and Answers | Return to Questions Index


Exams With Marking Schemes

Related Questions