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 ?    2 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why functions are used in c?

876


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

3584


Explain how can I make sure that my program is the only one accessing a file?

946


why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above

939


a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion

2587


Is it possible to have a function as a parameter in another function?

871


What does %d do?

980


How will you delete a node in DLL?

971


What is const volatile variable in c?

815


What are register variables in c?

829


What does the format %10.2 mean when included in a printf statement?

1389


In a switch statement, explain what will happen if a break statement is omitted?

863


What is operator precedence?

929


What is c language used for?

748


Can you please explain the scope of static variables?

827