which one is not preprocessor directive
a)#if b)#elif c)#undef d)#pragma
Answer Posted / prem
All are preprocessor Directives..
Refer http://msdn2.microsoft.com/en-us/library/79yewefw
(VS.71).aspx
for details
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What is variables in c?
What is the use of pointers in C?
Can true be a variable name in c?
What is bubble sort in c?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
difference between object file and executable file
How do you define structure?
What is dynamic dispatch in c++?
What is fflush() function?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
What is scanf () in c?
how to find binary of number?
What are the valid places to have keyword “break”?
What is meant by int main ()?
Explain the use of #pragma exit?