int main() { int i; for(i=0;i<(10*4);i+=4){ printf("%d = %d\n",i,*(int *) i); } return 0; }