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

Answer Posted / naren

ans is i=2

Is This Answer Correct ?    1 Yes 13 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

plz let me know how to become a telecom protocol tester. thank you.

1745


Does c have class?

615


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

648


What are extern variables in c?

553


How can a program be made to print the line number where an error occurs?

657






What is the purpose of 'register' keyword?

694


Write a code of a general series where the next element is the sum of last k terms.

598


Explain what is a static function?

634


any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above

649


Why is structure important for a child?

607


Why is c so powerful?

691


To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9

2196


What is int main () in c?

632


How do you list files in a directory?

569


why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above

649