Ask Question
Today, 11:38

The default case is required in the switch selection statement.

Select one:

True

False

+2
Answers (1)
  1. Today, 14:23
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers