user1051
int y = *((int *) pointer);
user804
int x = 10; void *pointer = &x;
Submit answers directly from your webpage,