float X ; /* X is a real */ float *P ; /* P is a Pointer to a real */
X = 3.9; P = NULL;
P = get_memory()