Question 1 (4) ============== Which of the following statements about the program below is true? .. list-table:: :align: left :header-rows: 1 * * Statement * True * * The output of the program, when called, is .. code-block:: console begin main Foo() end main ~Foo() * .. list-table:: :align: left :header-rows: 1 * * Statement * True * * The output of the program, when called, is .. code-block:: console begin main Foo() ~Foo() end main * .. literalinclude:: code/example1.cpp :language: c++ :caption: :download:`code/example1.cpp`