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 is the difference between single charater constant and string constant?
Define macros.
how to create duplicate link list using C???
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
What is a class c rental property?
What is dynamic variable in c?
Write a C program in Fibonacci series.
Explain how do you determine the length of a string value that was stored in a variable?
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
What language is windows 1.0 written?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
What is the best way to comment out a section of code that contains comments?
What is difference between main and void main?
What is page thrashing?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions