Question:What is the correct output of the following code?
for(i=0;i<4;i++){

 } 
alert(++i);
 

A 3 

B 4 

C 5 

D 6 

+ Answer
+ Report
Total Preview: 1288

Copyright © 2025. Powered by Intellect Software Ltd