which one is not preprocessor directive
a)#if b)#elif c)#undef d)#pragma
Answer Posted / jobin mathew
#pragma is not a preprocessor
| Is This Answer Correct ? | 3 Yes | 8 No |
Post New Answer View All Answers
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
Which header file should you include if you are to develop a function which can accept variable number of arguments?
What is static and volatile in c?
Differentiate between new and malloc(), delete and free() ?
What is #line used for?
What is a class c rental property?
Is it possible to have a function as a parameter in another function?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
How do we open a binary file in Read/Write mode in C?
Can the curly brackets { } be used to enclose a single line of code?
Differentiate between ordinary variable and pointer in c.
Write the syntax and purpose of a switch statement in C.
What are the __date__ and __time__ preprocessor commands?
What are keywords in c with examples?
How do you define CONSTANT in C?