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

Answers were Sorted based on User's Feedback



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

Answer / thoufik

#if is not the preprocessor.......

Is This Answer Correct ?    3 Yes 6 No

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

Answer / kalpana.y




#elif is not a preprocessor

Is This Answer Correct ?    2 Yes 6 No

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

Answer / jobin mathew

#pragma is not a preprocessor

Is This Answer Correct ?    3 Yes 8 No

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

Answer / c.sureshkumar

elif is not a preprocessor

Is This Answer Correct ?    5 Yes 12 No

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

Answer / kalpana.y



#elif is not a preprocessor

Is This Answer Correct ?    1 Yes 8 No

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

Answer / debasish mishra

#pragma is not a preprocessor directive

Is This Answer Correct ?    2 Yes 9 No

Post New Answer

More C Interview Questions

there is two conditions , 1. while using for loop for printing 1 to 50 no's simulteneous 2. while using printf functios for printing 1 to 50 no's simulteneous with or without using variables who will take more time for compiling and execution? explain in details with reason?

1 Answers  


In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?

0 Answers  


the maximum width of a c variable name can be a) 6 characters b) 8 characters c) 10 characters d) 20 characters

2 Answers  


Write a program for print infinite numbers

3 Answers   Wipro,


write a c program to accept a given integer value and print its value in words

4 Answers   Vernalis, Vernalis Systems,


main() { float a=3.2e40; printf("%d",a); }

9 Answers   Satyam,


How can I copy just a portion of a string?

0 Answers  


main() { int x=2, y=4 if ((x==2||y==4) x++ y++ if (y==4+1) { x=x+y; } y++; printf("The values of x and y are %d and %d."x,y); } What is the output?

5 Answers   TCS,


What is sizeof int?

0 Answers  


What is main () in c?

0 Answers  


How is pointer initialized in c?

0 Answers  


What is the benefit of using an enum rather than a #define constant?

0 Answers  


Categories