1050. How do we request RAM dynamically?
To allocate RAM, we would issue the command:
newdata = (struct mydata *) malloc(sizeof(struct mydata));