int a; //This is a number char b; //This is a char. void * c; //This is a pointer. x=*((int*)a); //This is a void pointer cast to a number.