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
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
What are the 4 types of functions?
What are the 5 types of organizational structures?
How does selection sort work in c?
write a program to display all prime numbers
How important is structure in life?
provide an example of the Group by clause, when would you use this clause
Explain how can I convert a number to a string?
How can I rethow can I return a sequence of random numbers which dont repeat at all?
What is 02d in c?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
Explain union.
What are the difference between a free-standing and a hosted environment?
what is the different bitween abap and abap-hr?
Are the expressions * ptr ++ and ++ * ptr same?