Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Answer Posted / kalpana.y



#elif is not a preprocessor

Is This Answer Correct ?    1 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a pointer in c plus plus?

1388


What is difference between structure and union?

1193


A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.

1772


What is a void pointer? When is a void pointer used?

1108


How do I determine whether a character is numeric, alphabetic, and so on?

1188


All technical questions

2059


why do some people write if(0 == x) instead of if(x == 0)?

1133


which is conditional construct a) if statement b) switch statement c) while/for d) goto

1268


Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol

1173


What are the scope of static variables?

1257


How will you find a duplicate number in a array without negating the nos ?

2189


What are the features of c language?

1130


What are the disadvantages of external storage class?

1108


Write a c program to demonstrate character and string constants?

2248


What are the 5 data types?

1215