Single Choice Not Set

QHow will you free the allocated memory?

ID: #2666 Dynamic Memory Allocation in C Language 17,272 views
Question Info
#2666Q ID
Not SetDifficulty
Dynamic Memory Allocation in C LanguageTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A remove(var-name);
  • B free(var-name);
  • C delete(var-name);
  • D dalloc(var-name);
Correct Answer

Explanation

free(var-name);
No Previous No Next

Share This Question

Challenge a friend or share with your study group.