Wednesday, 8 August 2012

A continue statement causes execution to skip to | C++

       [a] the return 0; statement  
       [b] the first statement after the loop  
       [c] the statement following the continue statement   
       [d] the next iteration of the loop

     Ans: d

No comments: