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 operator promotion?
Which header file is essential for using strcmp function?
how many errors in c explain deply
What is function prototype in c language?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
plz let me know how to become a telecom protocol tester. thank you.
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
In C language, a variable name cannot contain?
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
List the difference between a 'copy constructor' and a 'assignment operator' in C?
Which is better pointer or array?
Why c is called free form language?
What is wrong with this statement? Myname = 'robin';
Why can arithmetic operations not be performed on void pointers?
What is size of union in c?