for(i=1;i>0;i++);
printf("i=%d",i);
what will be the answer????
Answer Posted / guest
i=1i=1etc.
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
Explain how can type-insensitive macros be created?
What is the difference between array and pointer in c?
What is difference between stdio h and conio h?
What is the full form of getch?
Write a program to find factorial of a number using recursive function.
Are the expressions * ptr ++ and ++ * ptr same?
What would be an example of a structure analogous to structure c?
Explain the properties of union. What is the size of a union variable
Can a file other than a .h file be included with #include?
What does a function declared as pascal do differently?
Add Two Numbers Without Using the Addition Operator
What's the right way to use errno?
What is the general form of #line preprocessor?
What are near, far and huge pointers?
What does %2f mean in c?