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

What are loops in c?

551


How we can insert comments in a c program?

634


What is the meaning of typedef struct in c?

594


Where register variables are stored in c?

552


Write a simple code fragment that will check if a number is positive or negative.

709






How can I manipulate individual bits?

608


Can you write the algorithm for Queue?

1556


write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.

2455


What do you mean by recursion in c?

629


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

3907


What is c language and why we use it?

625


What is return in c programming?

517


simple program of graphics and their output display

1470


What are actual arguments?

647


Which is better oop or procedural?

634