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

Can static variables be declared in a header file?

620


What does 4d mean in c?

951


What is the heap?

689


What do the functions atoi(), itoa() and gcvt() do?

728


What is the description for syntax errors?

619






What are the types of data structures in c?

606


If fflush wont work, what can I use to flush input?

620


Do you know the difference between exit() and _exit() function in c?

612


What is pointer in c?

745


What does printf does?

753


Why does notstrcat(string, "!");Work?

646


If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..

1598


What is the difference between a string and an array?

711


Explain two-dimensional array.

631


Can you tell me how to check whether a linked list is circular?

781