Ask Question

The default case is required in the switch selection statement.

Select one:

True

False

+5
Answers (1)
  1. 8 June, 14:39
    0
    Answer: False

    Explanation:

    The given statement is false, as it is not compulsory that the default case is require in switch selection statement. If the default case are not properly specified in the statement then, there will be no execution occur in the switch selection statement.

    It is sometimes good to have default case in switch selection statement, but it is not mandatory. The default case only executed when the correct case is present and none of the case matches in the given statement.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “The default case is required in the switch selection statement. Select one: True False ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers