Answer Posted / priya nagmoti
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 | 4 No |
Post New Answer View All Answers
What are the advantages of using linked list for tree construction?
What are directives in c?
What are the different types of data structures in c?
How do you convert strings to numbers in C?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
Why doesnt long int work?
how logic is used
Why do we need arrays in c?
How do you use a pointer to a function?
what do you mean by enumeration constant?
What’s the special use of UNIONS?
Where is volatile variable stored?
What are external variables in c?
Why structure is used in c?
How would you use the functions fseek(), freed(), fwrite() and ftell()?