which one is not preprocessor directive
a)#if b)#elif c)#undef d)#pragma
Answer Posted / kalpana.y
#elif is not a preprocessor
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
show how link list can be used to repersent the following polynomial i) 5x+2
What is the difference between āgā and āgā in C?
What does 4d mean in c?
What 'lex' does?
Can you please explain the difference between exit() and _exit() function?
What does the format %10.2 mean when included in a printf statement?
What does a pointer variable always consist of?
Which is more efficient, a switch statement or an if else chain?
How can I find out how much free space is available on disk?
What does *p++ do? What does it point to?
what will be the output for the following main() { printf("hi" "hello"); }
What is the role of && operator in a program code?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
What is %lu in c?
Explain how can you check to see whether a symbol is defined?