Twelve > Web Technology Fundamentals
Asked by anuska_bashyal · 2 years ago

Which of the following is not a type of looping statement?

visibility 0
chat_bubble_outline 1
Atith Adhikari Atith Adhikari · 2 years ago
Verified

Solution

Option C is the correct answer.

Switch Case is a conditional statement, whereas For, Do while, and While are looping statements.

0