C-17-Q057mediumsingle_mcq
The expression used with the match statement is called the:
The expression used with the match statement is called the:
- aswitch expression
- bmatch expression (MatchExp)
- ccase condition
- dselector token
ব্যাখ্যা
The value tested by a match statement is called the match expression (MatchExp), and each case is compared against it. It is not termed a switch expression in this syntax.