Ta brskalnik ni več podprt.
Izvedite nadgradnjo na Microsoft Edge, če želite izkoristiti vse prednosti najnovejših funkcij, varnostnih posodobitev in tehnične podpore.
What is the purpose of a default case in a switch statement?
default
It's used to specify the condition for the switch statement.
It's used to end the switch statement.
It's used to execute a block of code if no case matches the expression.
What happens if a break statement (or alternative keyword that prevents "fall-through") is omitted in a switch case?
The default case will execute.
The impacted case sections will be removed by the compiler.
The compiler will generate an error.
You must answer all questions before checking your work.
Ali je bila ta stran uporabna?
Ali potrebujete pomoč za to temo?
Ali želite preskusiti storitev Ask Learn, ki pojasni ali vas vodi skozi to temo?