/* * * 5.8 * * */ int main () { // Dangling else is the ambiguity in if else statements /* if(condition) statement if(condition2) statement if(condition3) statement else statement */ return 0; }