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
Should a function contain a return statement if it does not return a value?
What is the difference between procedural and declarative language?
How can I swap two values without using a temporary?
What is function in c with example?
Is main is a keyword in c?
What is wild pointer in c with example?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
What is the deal on sprintf_s return value?
Explain what is the benefit of using const for declaring constants?
Can we add pointers together?
What are structural members?
write a program to print largest number of each row of a 2D array
Is there a way to jump out of a function or functions?
What is the use of getch ()?
What is the difference between functions abs() and fabs()?