main()
{
int i=0;
while(+(+i--)!=0)
i-=i++;
printf("%d",i);
}
Answer Posted / priyadarshan kasta
-1.
i don't know why.
plz post the reason
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are c identifiers?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
What is difference between union and structure in c?
What is the process of writing the null pointer?
What is the right way to use errno?
What does it mean when the linker says that _end is undefined?
Is swift based on c?
What is the best style for code layout in c?
diff between exptected result and requirement?
Are c and c++ the same?
How can you tell whether two strings are the same?
What is pragma c?
How would you rename a function in C?
What are pointers? What are different types of pointers?
Write a program to generate random numbers in c?