Consider the following code snippet. What is the correct interpretation?<p><InitialState><br>p[0] = 11 &p[0] = 0x8000<br>p[1] = 22<br>p[2] = 33<br></InitialState><p><CodeSnippet><br>int v = *p + *p++ + *p + *p++ + *p;<br></CodeSnippet><p>What is the final value of "v, p and *p"?<p>The reason for the question is that it handled differently for HP-UX and Solaris, even though<br>I have exactly the same version of "gcc" to compile on the two platforms.
<br>
<br><hr size=7 width=75%><p>
