Q. In the following given syntax of the switch statement, the Expression is compared with the labels using which one of the following operators?
Code:switch(expression)
{
statements
}
β
Correct Answer: (A)
===