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
Can you define which header file to include at compile time?
What is the process to create increment and decrement stamen in c?
What is a volatile keyword in c?
Can the size of an array be declared at runtime?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
What is a lookup table in c?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
what is the significance of static storage class specifier?
What is the value of uninitialized variable in c?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
Can a pointer be volatile in c?
Why isn't any of this standardized in c? Any real program has to do some of these things.
Tell me when is a void pointer used?
What is scope of variable in c?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.