Examples of ambigous statements


Comments in programs

a = 3 + 2;
//This line is fine
b = a++ + +a;
// This line is erroneous
c = a++ + +a;

Question: To which line is // This line is erroneous referring to?

Options

Client: This is the specification, it explains everything.
The specification:

Two Zero Two Four

Could be any of these. Which one though?

An 'admission'

'I did it', says son of surgeon accused murder.

Who made this statement? The surgeon or the son?