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
What is strcpy() function?
cavium networks written test pattern ..
In a header file whether functions are declared or defined?
What is non linear data structure in c?
What is the size of structure in c?
Why do we need arrays in c?
Is that possible to store 32768 in an int data type variable?
can anyone please tell about the nested interrupts?
What is c mainly used for?
Explain how do you print only part of a string?
how to find anagram without using string functions using only loops in c programming
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
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
What is variable in c example?
given post order,in order construct the corresponding binary tree