1.

What function should be used to free the memory allocated by ?

A. dealloc();
B. malloc(variable_name, 0)
C. free();
D. memalloc(variable_name, 0)
Answer» D. memalloc(variable_name, 0)


Discussion

No Comment Found