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 sizeof in c?

571


Tell us the use of fflush() function in c language?

640


Is array a primitive data type in c?

579


What is the maximum no. of arguments that can be given in a command line in C.?

670


Why c language is called c?

571






Write a program of advanced Fibonacci series.

708


Why is a semicolon (;) put at the end of every program statement?

628


What is the difference between %d and %i?

596


What is Dynamic memory allocation in C? Name the dynamic allocation functions.

559


What does %c mean in c?

652


why programs in c are running with out #include? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }

1317


What is the use of ?: Operator?

667


Why do we use namespace feature?

583


What is the advantage of c?

611


What is new line escape sequence?

810