char *pc; int *pi; int i; float x; void f(void) { pc = pi; pc = i; pc = x; }