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
shorting algorithmS
Who developed c language and when?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
Can include files be nested?
What type is sizeof?
Are there constructors in c?
How #define works?
What is a file descriptor in c?
Explain how do you determine a file’s attributes?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
What do you understand by normalization of pointers?
Is it possible to pass an entire structure to functions?
What is volatile keyword in c?
find out largest elemant of diagonalmatrix
Why c is called a middle level language?