Pelayar ini tidak lagi disokong.
Naik taraf kepada Microsoft Edge untuk memanfaatkan ciri, kemas kini keselamatan dan sokongan teknikal yang terkini.
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.
Adakah halaman ini membantu?
Perlukan bantuan dengan topik ini?
Ingin cuba menggunakan Ask Learn untuk menjelaskan atau membimbing anda melalui topik ini?