~/c_tutor> gcc pointer.c idefix@idefix_mobil ~/c_tutor> ./a.out idefix@idefix_mobil i=3 ptr=0xBFFFF8E4 *ptr=3 i=5 ptr=0xBFFFF8E4 *ptr=5 i=8