Aptiv Interview Question

what is memory leakage, how to avoid it?

Interview Answer

Anonymous

Feb 17, 2020

it is the in-ability to release memory from a process that it don't need anymore. Avoid it by making sure you free the memory you have allocated to get back to the os.

1