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


Please Help Members By Posting Answers For Below Questions

What is variable initialization and why is it important?

627


Describe how arrays can be passed to a user defined function

792


I need a sort of an approximate strcmp routine?

667


Wt are the Buses in C Language

2765


Write a program to print factorial of given number without using recursion?

580






Compare interpreters and compilers.

646


What is hungarian notation? Is it worthwhile?

713


What is pivot in c?

574


Why doesnt the call scanf work?

681


what do the 'c' and 'v' in argc and argv stand for?

656


What is header file in c?

611


What are loops c?

632


How do I round numbers?

608


Why void is used in c?

573


What is meant by int main ()?

731