# Introduction In this lab, you will create a program to dynamically allocate memory to an integer pointer, get user input for the allocated memory, print the allocated value, and deallocate the memory.
Click the virtual machine below to start practicing