Problem
I. Write statement that will dynamically allocate an integer variable and store its address in ip.
II. Write statement that will free the memory allocated in the statement for #I above.
III. Write statement that will dynamically allocate an array of 500 integers and store its address in ip.
IV. Write statement that will free the memory allocated in the statement for #III above.