WHY IS DEFAULT STATEMENT USED IN SWITCH CASE IN C?
Switch case statements are used to execute only specific case statements based on the switch expression. If switch expression does not match with any case, default statements are executed by the program.
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
Switch case statements are used to execute only specific case statements based on the switch expression. If switch expression does not match with any case, default statements are executed by the program.
need an explanation for this answer? contact us directly to get an explanation for this answer