Name: Anonymous 2011-03-16 17:09
I know a good few hardcore C peeps lurk around here, is this possible?
(*p)++
(*p)++
int a[] by using (*a)++ as shown. What is the pointer a defined as? Multiples of 4 bytes? (For a 32-bit system, obviously.) Does that mean (char*)a would have to multiply the value by 4?