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


Please Help Members By Posting Answers For Below Questions

Explain indirection?

901


how to print the character with maximum occurence and print that number of occurence too in a string given ?

2273


Explain which function in c can be used to append a string to another string?

863


What is identifiers in c with examples?

917


Tell us two differences between new () and malloc ()?

873


What is data types?

850


Can a pointer be static?

850


Which header file should you include if you are to develop a function which can accept variable number of arguments?

1095


I just typed in this program, and it is acting strangely. Can you see anything wrong with it?

797


Explain about the constants which help in debugging?

1118


Is void a keyword in c?

791


Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor

3272


State two uses of pointers in C?

862


If fflush wont work, what can I use to flush input?

877


pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)

2444