which one is not preprocessor directive
a)#if b)#elif c)#undef d)#pragma
Answer Posted / kalpana.y
#elif is not a preprocessor
Is This Answer Correct ? | 1 Yes | 8 No |
Post New Answer View All Answers
Explain indirection?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
Explain which function in c can be used to append a string to another string?
What is identifiers in c with examples?
Tell us two differences between new () and malloc ()?
What is data types?
Can a pointer be static?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
Explain about the constants which help in debugging?
Is void a keyword in c?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
State two uses of pointers in C?
If fflush wont work, what can I use to flush input?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)