default keyword is used in
Answers
Answered by
1
Answer:
The default keyword the default block of code in a switch statement. The default keyword specifies some code to run if there is no case match in the switch. Note: if the default keyword is used as the last statement in a switch block, it does not need a break .
Explanation:
Answered by
0
Answer:
default keyword is used in java as well as c++.
Similar questions