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
Difference between strcpy() and memcpy() function?
What is the use of bitwise operator?
Are negative numbers true in c?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
What is header file in c?
how is the examination pattern?
How can I write a function that takes a format string and a variable number of arguments?
What is wrong with this initialization?
What is a list in c?
What are local static variables?
What is a protocol in c?
How do I use strcmp?
Tell me about low level programming languages.
What is the most efficient way to store flag values?
What is the sizeof () operator?