Question: Which one will free the space correctly without memory leak? #include using namespace std; int main() { int a = 10; int *b = &a;

Which one will free the space correctly without memory leak? #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
