main()
{
int i=0;
while(+(+i--)!=0)
i-=i++;
printf(i);
}
Answer Posted / vinod
Error.... Cannot convert int to char error at printf(i). If they replaced printf(i) to printf("%d",i) then it would be -1.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
How many levels deep can include files be nested?
What is far pointer in c?
What is data structure in c language?
What is the difference between new and malloc functions?
What does node * mean?
How can you check to see whether a symbol is defined?
What is the basic structure of c?
What are the similarities between c and c++?
Is linux written in c?
Why pointers are used in c?
What are the application of c?
What is queue in c?
Why does the call char scanf work?
What is stack in c?