changes.mady.by.user Jeffrey Gennari
Saved on Jun 14, 2007
...
int *p; p++;
If incrementing the intent was to increment the value referred to by p was the intent, then parentheses can be used to ensure p is dereferenced then incremented EXP00-A..
p