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

Write a C program to get the desired output. 1 1 2 1 1 3 3 1 1 4 6 4 1 1 5 10 10 5 1 . . . 1 n..............n 1 Note: n is a positive integer entered by the user.

4 Answers  


What is that continue statement??

4 Answers  


What does %d do?

0 Answers  


How do you search data in a data file using random access method?

0 Answers  


Write a program which calculate sum of several number and input it into an array. Then, the sum of all the number in the array is calculated.

2 Answers  


main() { int a; a=++100; printf("%d",a); getch(); }

4 Answers  


What are bit fields? What is their use?

2 Answers   Adobe,


diff. between *p and **p

3 Answers  


How to compare array with pointer in c?

0 Answers  


Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?

0 Answers  


A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none

0 Answers  


what are far pointers?

1 Answers  


Categories