12345678910



Question 1: How will you free the allocated memory ?
1. remove(var-name);
2. free(var-name);
3. delete(var-name);
4. dalloc(var-name);