Question 3 ========== Which of the following statements about the program below are true? .. list-table:: :align: left :header-rows: 1 * * * True * * Statement A * * * Statement B * * Statement A The following program run is ok .. code-block:: console $ ./example3 0 * Statement B The following program run exhibits undefined behavior .. code-block:: console $ ./example3 1 .. literalinclude:: code/example3.cpp :language: c++ :caption: :download:`code/example3.cpp`