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

Answer Posted / guest

4

Is This Answer Correct ?    0 Yes 18 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which of the following operators is incorrect and why? ( >=, <=, <>, ==)

675


What are the 4 types of functions?

579


explain what are pointers?

624


Why does everyone say not to use gets?

612


Is c still used?

606






What is an lvalue?

638


What does return 1 means in c?

591


What are register variables? What are the advantage of using register variables?

691


please give me some tips for the placement in the TCS.

1639


What is break statement?

636


What is string in c language?

630


How do I swap bytes?

634


What do you know about the use of bit field?

614


When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?

592


what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?

1458