which one is not preprocessor directive
a)#if b)#elif c)#undef d)#pragma
Answer Posted / jobin mathew
#pragma is not a preprocessor
Is This Answer Correct ? | 3 Yes | 8 No |
Post New Answer View All Answers
Explain what is the difference between functions getch() and getche()?
What are the types of assignment statements?
What is the difference between fread buffer() and fwrite buffer()?
What is logical error?
Why do some versions of toupper act strangely if given an upper-case letter?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
What is the difference between arrays and pointers?
Explain what is a stream?
Explain the array representation of a binary tree in C.
Where is c used?
What do you mean by dynamic memory allocation in c?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
Is fortran faster than c?
Is there anything like an ifdef for typedefs?
Can true be a variable name in c?