which one is not preprocessor directive
a)#if b)#elif c)#undef d)#pragma

Answer Posted / c.sureshkumar

elif is not a preprocessor

Is This Answer Correct ?    5 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the use of bit fieild.

944


Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?

938


What is the data segment that is followed by c?

872


Does * p ++ increment p or what it points to?

865


Do character constants represent numerical values?

1103


Explain enumerated types in c language?

826


#include int main(){ int i=10; int *ptr=&i; *ptr=(int *)20; printf("%d",i); return 0; } Output: 20 can anyone explain how came the output is 20

1537


In C programming, how do you insert quote characters (‘ and “) into the output screen?

1272


write a c program to print the next of a particular no without using the arithmetic operator or looping statements?

3584


Explain what standard functions are available to manipulate strings?

855


Why isnt any of this standardized in c?

871


Once I have used freopen, how can I get the original stdout (or stdin) back?

867


Explain can the sizeof operator be used to tell the size of an array passed to a function?

837


Can a variable be both const and volatile?

921


What is a newline escape sequence?

894