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

What is the use of a semicolon (;) at the end of every program statement?

763


What are compound statements?

622


What is the code in while loop that returns the output of given code?

1294


The __________ attribute is used to announce variables based on definitions of columns in a table?

664


What is typedef?

659






An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above

701


Explain what are multibyte characters?

620


Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

646


What does %d do in c?

537


Write a program to print factorial of given number using recursion?

599


What happens if header file is included twice?

649


How do you list a file’s date and time?

622


What is graph in c?

577


I need a sort of an approximate strcmp routine?

654


What is the difference between the local variable and global variable in c?

524