There are basically the same in that context and there is no significant problems with doing *p += 1; ,it should also be noted that with modern compilers it will produce the same assembly.
*p += 1;