which one is not preprocessor directive
a)#if b)#elif c)#undef d)#pragma
Answer Posted / debasish mishra
#pragma is not a preprocessor directive
Is This Answer Correct ? | 2 Yes | 9 No |
Post New Answer View All Answers
Explain the red-black trees?
What is conio h in c?
How would you rename a function in C?
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
What is the general form of #line preprocessor?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
How can this be legal c?
How many levels of pointers can you have?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
Explain what is the benefit of using an enum rather than a #define constant?
all c language question
Can you pass an entire structure to functions?
What is the size of array float a(10)?
Explain how do you determine the length of a string value that was stored in a variable?