

MCQOPTIONS
Saved Bookmarks
1. |
Point out the error, if any in the program._x000D_
#include
|
A. | Error: No default value is specified |
B. | Error: Constant expression required at line case P: |
C. | Error: There is no break statement in each case. |
D. | No error will be reported. |
Answer» C. Error: There is no break statement in each case. | |