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
What are local static variables?
What is the use of #define preprocessor in c?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What is "Hungarian Notation"?
Explain what are the standard predefined macros?
number of times a digit is present in a number
Where is c used?
How arrays can be passed to a user defined function
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
Can stdout be forced to print somewhere other than the screen?
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
What are the data types present in c?
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
What is static identifier?