Write a C statement that dynamically creates an array of 10 components of type int such that num contains the base address of the array Write a C code that inputs data into the array num from the standard input device. Write a C statement that deallocates the memory space of the array to which num points.

Respuesta :

ACCESS MORE