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
How can a program be made to print the line number where an error occurs?
What is c definition?
Process by which one bit pattern in to another by bit wise operation is?
Explain what are compound statements?
Why dont c comments nest?
Can we change the value of static variable in c?
Describe newline escape sequence with a sample program?
Explain what is the stack?
What is time null in c?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
Write a program to print fibonacci series without using recursion?
Why can't I perform arithmetic on a void* pointer?
Tell us bitwise shift operators?
Which function in C can be used to append a string to another string?
write a program to rearrange the array such way that all even elements should come first and next come odd