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
Differentiate between a for loop and a while loop? What are it uses?
What is break statement?
Differentiate between a structure and a union.
shorting algorithmS
How can I manipulate individual bits?
Without Computer networks, Computers will be half the use. Comment.
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.
What are the loops in c?
How can I rethow can I return a sequence of random numbers which dont repeat at all?
What is unary operator?
How many header files are in c?
What is the usage of the pointer in c?
How pointer is different from array?