which one is not preprocessor directive
a)#if b)#elif c)#undef d)#pragma
Answer Posted / soumya
all are preprocessor
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the difference between fread buffer() and fwrite buffer()?
What is pointer to pointer in c?
How does free() know explain how much memory to release?
What is the difference between ++a and a++?
What are structure types in C?
What do the functions atoi(), itoa() and gcvt() do?
Explain modulus operator. What are the restrictions of a modulus operator?
can we implement multi-threads in c.
Can static variables be declared in a header file?
What does %p mean?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
What is the use of static variable in c?
Write a code to generate divisors of an integer?
Differentiate between functions getch() and getche().
What does the c preprocessor do?