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
Explain the use of bit fieild.
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
What is the data segment that is followed by c?
Does * p ++ increment p or what it points to?
Do character constants represent numerical values?
Explain enumerated types in c language?
#include
In C programming, how do you insert quote characters (‘ and “) into the output screen?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
Explain what standard functions are available to manipulate strings?
Why isnt any of this standardized in c?
Once I have used freopen, how can I get the original stdout (or stdin) back?
Explain can the sizeof operator be used to tell the size of an array passed to a function?
Can a variable be both const and volatile?
What is a newline escape sequence?