which one is not preprocessor directive
a)#if b)#elif c)#undef d)#pragma
Answer Posted / soumya
all are preprocessor
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the difference between int main and void main?
What is the significance of c program algorithms?
What is the purpose of ftell?
Can a variable be both const and volatile?
Explain the difference between ++u and u++?
Can you please compare array with pointer?
Difference between Function to pointer and pointer to function
Explain the difference between the local variable and global variable in c?
How many keywords are there in c?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
Why does everyone say not to use gets?
Explain zero based addressing.
What does nil mean in c?
What is non linear data structure in c?
What is difference between stdio h and conio h?