which one is not preprocessor directive
a)#if b)#elif c)#undef d)#pragma
Answer Posted / wizard
Ans is #if, no preprocessor directive with #if. it is #ifdef
or #ifndef
| Is This Answer Correct ? | 12 Yes | 5 No |
Post New Answer View All Answers
Explain the ternary tree?
What is meant by 'bit masking'?
In a byte, what is the maximum decimal number that you can accommodate?
Explain how can a program be made to print the name of a source file where an error occurs?
Is c programming hard?
Can you assign a different address to an array tag?
Implement bit Array in C.
What was noalias and what ever happened to it?
Do you know null pointer?
what is the basis for selection of arrays or pointers as data structure in a program
explain what is an endless loop?
What does the message "automatic aggregate intialization is an ansi feature" mean?
What is a dynamic array in c?
Explain a pre-processor and its advantages.
Explain the difference between call by value and call by reference in c language?