Cpp Programming 79 – Which of the following problem causes an exception?

Question: Which of the following problem causes an exception?
[A]. Missing semicolon in statement in main().
[B]. A problem in calling function.[C]. A syntax error.
[D]. A run-time error.

Answer: Option D