What is the purpose of the "default" keyword in a switch statement?
To define a block of code to execute when no case matches the switch expression
To specify the value to compare with the switch expression
To mark the end of the switch statement
To provide a fallback option for all cases