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
How will you find a duplicate number in a array without negating the nos ?
What is the difference between near, far and huge pointers?
What are the types of pointers?
Are the variables argc and argv are local to main?
What is difference between structure and union with example?
What is the difference between union and structure in c?
What happens if a header file is included twice?
Explain what is page thrashing?
How pointers are declared?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
What are shell structures used for?
What is the c value paradox and how is it explained?
Why is event driven programming or procedural programming, better within specific scenario?
What is the use of function in c?
int far *near * p; means