You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When subtracting pointers, such as in the expression (&a - &b), both
a and b need to be of the same type, and the return value is the number
of "steps" (as in, pointer increments for the underlying type) for the
two types.
0 commit comments