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

Answer Posted / shiva

All are preprocessor directives

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the explanation for prototype function in c?

572


What is pass by reference in functions?

326


which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above

1138


Can you please explain the difference between syntax vs logical error?

698


How can I handle floating-point exceptions gracefully?

636






Explain what is the difference between null and nul?

660


Where are c variables stored in memory?

600


Explain the use of 'auto' keyword in c programming?

684


What is operator promotion?

630


What are header files why are they important?

583


Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.

706


Explain how can you check to see whether a symbol is defined?

664


What are unions in c?

583


When should we use pointers in a c program?

634


Write a program to identify if a given binary tree is balanced or not.

688