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
When can you use a pointer with a function?
Can you assign a different address to an array tag?
Is anything faster than c?
Explain what is the benefit of using enum to declare a constant?
Why we use int main and void main?
Explain what header files do I need in order to define the standard library functions I use?
How is a pointer variable declared?
What is the use of a static variable in c?
Why is c still so popular?
What is an arrays?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
Where in memory are my variables stored?
What is double pointer in c?
Is c dynamically typed?
What is local and global variable in c?