What happens when multiple insertion operators (<<) are used after cout?
1) The output from multiple insertion operators gets concatenated and displayed together.
2) The invalid syntax error is thrown when multiple insertion operators are used after cout.
3) The first insertion operator is used and the rest are ignored by the compiler.
4) None of the above options.