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
where are auto variables stored? What are the characteristics of an auto variable?
What is static volatile in c?
in iso what are the common technological language?
Describe the difference between = and == symbols in c programming?
Can we declare variable anywhere in c?
What is sizeof int in c?
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
Do you know the use of fflush() function?
What is a substring in c?
What's the total generic pointer type?
How can I implement a delay, or time a users response, with sub-second resolution?
How is null defined in c?
Did c have any year 2000 problems?
can we change the default calling convention in c if yes than how.........?
Explain is it valid to address one element beyond the end of an array?