for(i=1;i>0;i++);
printf("i=%d",i);
what will be the answer????
Answer Posted / naren
ans is i=2
| Is This Answer Correct ? | 1 Yes | 13 No |
Post New Answer View All Answers
Why is c fast?
What is the size of a union variable?
explain what is a newline escape sequence?
How to Throw some light on the splay trees?
Write a Program to accept different goods with the number, price and date of purchase and display them
Why string is used in c?
How can I read a binary data file properly?
Can we initialize extern variable in c?
What do you mean by invalid pointer arithmetic?
What is exit() function?
What are the header files used in c language?
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
What is meant by inheritance?
What is #include stdio h?
What is file in c language?