which one is not preprocessor directive
a)#if b)#elif c)#undef d)#pragma
Answer Posted / c.sureshkumar
elif is not a preprocessor
| Is This Answer Correct ? | 5 Yes | 12 No |
Post New Answer View All Answers
What are bitwise shift operators in c programming?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
What is the difference between malloc calloc and realloc in c?
Differentiate between the expression “++a” and “a++”?
Explain what will the preprocessor do for a program?
Why & is used in scanf in c?
Does c have enums?
Using which language Test cases are added in .ptu file of RTRT unit testing???
is it possible to create your own header files?
How does sizeof know array size?
Explain how can you check to see whether a symbol is defined?
Is a house a mass structure?
Explain how are portions of a program disabled in demo versions?
Explain the difference between getch() and getche() in c?
What is unary operator?