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 does stand for?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
How the c program is executed?
What is selection sort in c?
How do I get an accurate error status return from system on ms-dos?
How can I manipulate strings of multibyte characters?
Write the Program to reverse a string using pointers.
Are enumerations really portable?
Wt are the Buses in C Language
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What is pointer and structure in c?
What is a header file?
In a switch statement, what will happen if a break statement is omitted?
Where static variables are stored in c?
Why isnt any of this standardized in c?