Which of the following is an incorrect syntax for pointer to structure?<br><pre><code class="c-program">(Assuming struct temp{int b;}*my_struct;)</code></pre>

Correct Answer: *my_struct.b = 10;