Saved Bookmarks
| 1. |
From the following which is not optional with switch statement. (a) break (b) default (c) case (d) none of these |
|
Answer» Case is not optional with switch statement. |
|