for(i=1;i>0;i++);
printf("i=%d",i);
what will be the answer????

Answer Posted / rajesh jat

i is a signed integer
it will print only and only -32768
//KEEP IT DIRTY

Is This Answer Correct ?    16 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

pierrot's divisor program using c or c++ code

1736


List some applications of c programming language?

560


When is a “switch” statement preferable over an “if” statement?

653


what is different between auto and local static? why should we use local static?

648


how to count no of words,characters,lines in a paragraph.

3912






What is the difference between call by value and call by reference in c?

624


what is the difference between 123 and 0123 in c?

729


Why doesnt this code work?

622


Do you know null pointer?

619


How pointers are declared?

568


if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.

4511


Why #include is used in c language?

605


What is c basic?

606


Explain about the functions strcat() and strcmp()?

603


Explain what is the best way to comment out a section of code that contains comments?

726