Question: The default case in a switch statement in C/C++ corresponds in a way to the else-part of an if-statement. Is there a corresponding dangling-default ambiguity
The default case in a switch statement in C/C++ corresponds in a way to the else-part of an if-statement. Is there a corresponding dangling-default ambiguity similar to the dangling-else ambiguity in C/C++? Explain
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
