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  
}  
  • (A) ===
  • (B) equals
  • (C) ==
  • (D) None
πŸ’¬ Discuss
βœ… Correct Answer: (A) ===

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
193
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Durgesh
Publisher
πŸ“ˆ
93%
Success Rate