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


Please Help Members By Posting Answers For Below Questions

Can you please explain the scope of static variables?

608


What is calloc in c?

666


The file stdio.h, what does it contain?

670


What is structure in c explain with example?

643


Explain what is meant by 'bit masking'?

646






What is an lvalue?

638


What is the difference between new and malloc functions?

584


What is the difference between fread buffer() and fwrite buffer()?

676


How are variables declared in c?

601


What is graph in c?

587


What is console in c language?

616


Why c is known as a mother language?

650


define string ?

671


What are identifiers c?

569


What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

628