which one is not preprocessor directive
a)#if b)#elif c)#undef d)#pragma
Answer Posted / neeraj kandwal
all r preprocessor directive
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference between text and binary modes?
How do you print only part of a string?
What is the general form of #line preprocessor?
The __________ attribute is used to announce variables based on definitions of columns in a table?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
What is assert and when would I use it?
What is modifier & how many types of modifiers available in c?
What is the difference between fread buffer() and fwrite buffer()?
What is the meaning of ?
Why is a semicolon (;) put at the end of every program statement?
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
what value is returned to operating system after program execution?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
What is a far pointer in c?
Can we access the array using a pointer in c language?