0x12345678 # Arbitrary
0x1234567C
0x0000032A # Arbitrary
0x0000032E
Assuming 32 bit integers and pointers. Watch me be incredibly wrong!
EDIT: (Spoilers)
Okay, so this is the result:
0x0022FF60
0x0022FF64
0x0022FF60
0x0022FF70
I was right with the first one, but the second one is a pointer to four integers, so incrementing it increments the pointer by four times the value, in this case, 16 bytes, right?