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

Answer Posted / prem

All are preprocessor Directives..
Refer http://msdn2.microsoft.com/en-us/library/79yewefw
(VS.71).aspx

for details

Is This Answer Correct ?    10 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is strcpy() function?

861


cavium networks written test pattern ..

3800


In a header file whether functions are declared or defined?

872


What is non linear data structure in c?

766


What is the size of structure in c?

890


Why do we need arrays in c?

815


Is that possible to store 32768 in an int data type variable?

868


can anyone please tell about the nested interrupts?

1863


What is c mainly used for?

812


Explain how do you print only part of a string?

921


how to find anagram without using string functions using only loops in c programming

2918


To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9

2427


main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above

848


What is variable in c example?

799


given post order,in order construct the corresponding binary tree

2528