a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work
a) compiler
b) loader
c) directive
d) preprocessor
No Answer is Posted For this Question
Be the First to Post Answer
What are the different file extensions involved when programming in C?
Explain logical errors? Compare with syntax errors.
What is extern storage class in c?
can v write main() { main(); } Is it true?
Was 2000 a leap year?
What is the explanation for prototype function in c?
Distinguish between actual and formal arguments.
WHOT IS CHAR?
Where in memory are my variables stored?
Why is extern used in c?
What is the difference between malloc calloc and realloc in c?
Is using exit() the same as using return?