Find the output of the following program.<br><pre><code class="c-program">void main(){ char *msg = "hi"; printf(msg);}</code></pre>

Correct Answer: hi