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
Is a house a shell structure?
How can I convert a number to a string?
What is the difference between memcpy and memmove?
What are the complete rules for header file searching?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
Explain why can’t constant values be used to define an array’s initial size?
What are pragmas and what are they good for?
Can you add pointers together? Why would you?
provide an example of the Group by clause, when would you use this clause
What is a list in c?
Explain the concept and use of type void.
What are multidimensional arrays?
What is exit() function?
What is the difference between volatile and const volatile?
What are inbuilt functions in c?