First page Back Continue Last page Graphics
<<
a binary operator
left-associative
cout << "Hello World!" is an expression who's value is it's left operand (in this case cout).
Writing "Hello World!" on the standard output is only a SIDE EFFECT. But, it's what we want in this case.