main()
{
int i=0;
while(+(+i--)!=0)
i-=i++;
printf(i);
}
Answer Posted / cholan
-1
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Explain the use of function toupper() with and example code?
Where is c used?
What is const volatile variable in c?
How can I sort a linked list?
Suggesting that there can be 62 seconds in a minute?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
Why we write conio h in c?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
how many errors in c explain deply
What are actual arguments?
What are the types of bitwise operator?
How to write a multi-statement macro?
How can you find the day of the week given the date?
What is difference between scanf and gets?
Differentiate abs() function from fabs() function.