Comment on the output of the following C code.<br><pre><code class="c-program">#include &lt;stdio.h&gt;int main(){ int a = 10; int **c -= &amp;&amp;a;}</code></pre>

Correct Answer: We don't have address of an address operator