#include char *p; int l = 65; char *p = (char *) &l; int q = *(int **) &p = &l;