&h
int*
char
char *p = &h;
123
char h = '5'; int i = h; int j = '5'; // you can just assign the character literal to an integer
p=&h