Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 193 Bytes

5.8.md

File metadata and controls

1 lines (1 loc) · 193 Bytes

A "dangling else" means the ambiguity that an else may belong to several if. In C++, this is resolved by specifying that each else is matched with the closest preceding unmatched if.