which one is not preprocessor directive
a)#if b)#elif c)#undef d)#pragma
Answer Posted / hyderabadi
All are Preprocessor directives
below are some more preprocessors for your reference:
#define
#error
#import
#undef
#elif
#if
#include
#using
#else
#ifdef
#line
#endif
#ifndef
#pragma
| Is This Answer Correct ? | 19 Yes | 0 No |
Post New Answer View All Answers
What are the loops in c?
largest Of three Number using without if condition?
What is operator promotion?
What does %d do in c?
Tell us something about keyword 'auto'.
Is it possible to have a function as a parameter in another function?
What is structure and union in c?
can we implement multi-threads in c.
Is c call by value?
Can we assign string to char pointer?
What are header files? What are their uses?
What is conio h in c?
What are the two types of structure?
Explain how can I convert a number to a string?
What is boolean in c?