which one is not preprocessor directive
a)#if b)#elif c)#undef d)#pragma
Answer Posted / wizard
Ans is #if, no preprocessor directive with #if. it is #ifdef
or #ifndef
| Is This Answer Correct ? | 12 Yes | 5 No |
Post New Answer View All Answers
Difference between goto, long jmp() and setjmp()?
What is the scope of static variable in c?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
Where can I get an ansi-compatible lint?
Why main function is special give two reasons?
What is the difference between struct and typedef struct in c?
Is main a keyword in c?
what are the 10 different models of writing an addition program in C language?
What does a pointer variable always consist of?
Explain how can I right-justify a string?
Explain how can I convert a string to a number?
What does s c mean in text?
what type of questions arrive in interview over c programming?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
Explain built-in function?