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
Is that possible to store 32768 in an int data type variable?
Find MAXIMUM of three distinct integers using a single C statement
What is a sequential access file?
What are the disadvantages of external storage class?
Write a simple code fragment that will check if a number is positive or negative.
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
What header files do I need in order to define the standard library functions I use?
Why pointers are used?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
What is the difference between pure virtual function and virtual function?
How do you define structure?
What is c mainly used for?
How will you divide two numbers in a MACRO?
What is the use of a static variable in c?
What does a function declared as pascal do differently?