Report Bug
Qus : Which function in C is used to dynamically allocate memory?
QusWhich function in C is used to dynamically allocate memory?

A. malloc()
B. free()
C. calloc()
D. realloc()


Solution
A. malloc()






Report Bug