Computer Science, asked by AnishNayak1990, 5 hours ago

_______________ is the built in multiway decision statement in C. * for switch if while

Answers

Answered by rogan21
0

Answer:

switch

Explanation:

Multiway branch is the change to a program's control flow based upon a value matching a selected criteria. It is a form of conditional statement.

Similar questions