A

Admin • 833K Points
Coach

Q. Dynamic memory allocation follows steps in a particular order, which one?

  • (A) malloc, use memory, check successful allocation, free
  • (B) malloc, use memory, free, check successful allocation
  • (C) free, check successful allocation, malloc, use memory
  • (D) malloc, check successful allocation, use memory, free
  • Correct Answer - Option(D)
  • Views: 27
  • Filed under category C Programming
  • Hashtags:

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.