how many times does the loop iterated ?
for (i=0;i=10;i+=2)
printf("Hi\n");

Answer Posted / guest

Infinite

Is This Answer Correct ?    7 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to build a exercise findig min number of e heap with list imlemented?

1614


how to introdu5ce my self in serco

1529


Explain what is the difference between a free-standing and a hosted environment?

637


Is c++ based on c?

657


Write a code to determine the total number of stops an elevator would take to serve N number of people.

735






A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?

1779


Is c procedural or functional?

593


What does typedef struct mean?

667


What is "Duff's Device"?

705


Without Computer networks, Computers will be half the use. Comment.

1881


How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?

15517


Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon

5466


What is #ifdef ? What is its application?

651


Write a C program in Fibonacci series.

640


What is the difference between fread and fwrite function?

642