which one is not preprocessor directive
a)#if b)#elif c)#undef d)#pragma
Answer Posted / yashwanth
#pragma is not a preprosessor directive, because pragma is
use to suppress errors,, but errors are exposed only after
compilation,, which is defenitly after preprosessing,, so
pragma is not a preprosessor diretive
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is far pointer in c?
Differentiate between a for loop and a while loop? What are it uses?
What is difference between scanf and gets?
Why can’t constant values be used to define an array’s initial size?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
What is the best way to comment out a section of code that contains comments?
Differentiate call by value and call by reference?
How many identifiers are there in c?
What is #include called?
Explain how can you tell whether two strings are the same?
What is structure and union in c?
How many main () function we can have in a project?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
Explain #pragma statements.
how do you programme Carrier Sense Multiple Access