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 ? | 1 Yes | 8 No |
Post New Answer View All Answers
What are global variables and how do you declare them?
What is the difference between new and malloc functions?
Why is c used in embedded systems?
What is signed and unsigned?
What is indirection? How many levels of pointers can you have?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
How can I split up a string into whitespace-separated fields?
Explain how can I convert a string to a number?
What is 'bus error'?
What is the difference between array_name and &array_name?
What is new line escape sequence?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
What is c mainly used for?
How do you print only part of a string?
How to declare a variable?