BCA - Control Structures
Questions No: 1/3

Which statement can cause an infinite loop in C++?

Questions No: 2/3

Which statement is used to terminate the execution of a loop?

Questions No: 3/3

Which statement is used to skip the current iteration of a loop in C++?