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

Explain what is wrong with this program statement?

617


Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?

574


What does do in c?

604


Tell me can the size of an array be declared at runtime?

592


What is function pointer c?

584






Explain how do you view the path?

649


Is c high or low level?

577


i have a written test for microland please give me test pattern

2177


c program to compute AREA under integral

1804


design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.

1491


explain how do you use macro?

665


What does void main () mean?

729


Simplify the program segment if X = B then C ← true else C ← false

2578


HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????

2263


How can I implement a delay, or time a users response, with sub-second resolution?

615