GkSeries.com

Q.

How long the following loop runs?

	for(x=0;x=3;x++)
	
[A] Three times
[B] Four times
[C] Forever
[D] Never
Answer & Explanation
Option: [D]

The first statement of a for loop is initialize the loop counter, second is conditional statment and the third one is increment/decrement of the loop counter.

In the given expression the second statement is an assignment statement instead of condition.

So the for loop never execute.

DOWNLOAD CURRENT AFFAIRS PDF FROM APP

Please share this page

Click Here to Read more questions

Teacher Eligibility Test