int zu void* c
int y = *((int *) pointer);
Jealous Jellyfish
int y = *((int *) pointer);
int x = 10;
void *pointer = &x;