Q. Dynamic memory allocation follows steps in a particular order, which one?
β
Correct Answer: (D)
malloc, check successful allocation, use memory, free
You must be Logged in to update hint/solution