I am trying to allocate memory using new keyword in c++.
I was just wondering If memory is still allocated even after the program ends. meaning if there is still a memory leak.
I am trying to allocate memory using new keyword in c++.
I was just wondering If memory is still allocated even after the program ends. meaning if there is still a memory leak.