What are the preprocessors?

Answer Posted / priya

In computer science, a preprocessor is a program that processes its input data to produce output that is used as input to another program. The output is said to be a preprocessed form of the input data, which is often used by some subsequent programs like compilers.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When can you use a pointer with a function?

727


Can you assign a different address to an array tag?

880


Is anything faster than c?

754


Explain what is the benefit of using enum to declare a constant?

796


Why we use int main and void main?

757






Explain what header files do I need in order to define the standard library functions I use?

833


How is a pointer variable declared?

756


What is the use of a static variable in c?

757


Why is c still so popular?

774


What is an arrays?

813


Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.

865


Where in memory are my variables stored?

817


What is double pointer in c?

747


Is c dynamically typed?

860


What is local and global variable in c?

814