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 how can you be sure that a program follows the ansi c standard?
What is header file in c?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
given post order,in order construct the corresponding binary tree
Where can I get an ansi-compatible lint?
How will you delete a node in DLL?
What is the sizeof () operator?
What are the disadvantages of external storage class?
Why c is called a middle level language?
How can I recover the file name given an open stream?
What does 4d mean in c?
How can I delete a file?
Explain what happens if you free a pointer twice?
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
Tell us two differences between new () and malloc ()?