I trying to understand the code statements below, but I'm unsure as to what the ++ means.
Does the variable x hold the value that is next to the value pointed to by *w? Does it following then that the value next to the value pointed to by *z is equal to y?Code:float x = *w++; *z++ = y;



LinkBack URL
About LinkBacks


