which one is not preprocessor directive
a)#if b)#elif c)#undef d)#pragma
Answer Posted / yashwanth
#pragma is not a preprosessor directive, because pragma is
use to suppress errors,, but errors are exposed only after
compilation,, which is defenitly after preprosessing,, so
pragma is not a preprosessor diretive
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is #include stdlib h?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
What are different types of pointers?
How reliable are floating-point comparisons?
What is the scope of local variable in c?
What are examples of structures?
What is clrscr in c?
How do I copy files?
What is meant by 'bit masking'?
What is the difference between fread and fwrite function?
Is c still relevant?
What is the newline escape sequence?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
Explain argument and its types.
What is getch() function?