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
Why functions are used in c?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
Explain how can I make sure that my program is the only one accessing a file?
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
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
Is it possible to have a function as a parameter in another function?
What does %d do?
How will you delete a node in DLL?
What is const volatile variable in c?
What are register variables in c?
What does the format %10.2 mean when included in a printf statement?
In a switch statement, explain what will happen if a break statement is omitted?
What is operator precedence?
What is c language used for?
Can you please explain the scope of static variables?