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
how logic is used
What is a pointer in c?
What is a union?
What is the difference between Printf(..) and sprint(...) ?
What standard functions are available to manipulate strings?
p*=(++q)++*--p when p=q=1 while(q<=6)
Do array subscripts always start with zero?
Explain can you assign a different address to an array tag?
Where static variables are stored in memory in c?
How can I remove the trailing spaces from a string?
What are extern variables in c?
Explain what is the heap?
What is #include in c?
In a switch statement, explain what will happen if a break statement is omitted?
What is a spanning Tree?