Node And Arc Diagrams

float X ;    /* X is a real */
float *P ;   /* P is a Pointer to a real */
        
X = 3.9;   P = NULL;
        
P = get_memory()
        
Highlight relationship between P and new memory location by drawing an arrow: