What is the Dangling Else problem, and how is it avoided in modern languages?
a. It occurs in if-else statements; use curly braces to clarify
b. It is a syntax error; use indentation to resolve
c. It is a runtime issue; use exception handling to avoid
d. It is a semantic error; use debugging tools to fix

Answer :

Other Questions