If break statements are omitted from a switch statement, ____ cases following the matching case value are executed.

A. no
B. some
C. all
D. two

Answer: C

Computer Science & Information Technology

You might also like to view...

What is a Visual Metaphor?

What will be an ideal response?

Computer Science & Information Technology

Which of the following is incorrect?

a. int x = 9; b. long x = 9; c. float x = 1.0; d. double x = 1.0;

Computer Science & Information Technology