how to adjust and delete memory in c 2c c 2b 2b

Solutions on MaxInterview for how to adjust and delete memory in c 2c c 2b 2b by the best coders in the world

showing results for - "how to adjust and delete memory in c 2c c 2b 2b"
María Camila
14 Oct 2019
1#include<iostream>
2using namespace std;
3int main()
4{
5  int* ptr 1 = 4;
6  delete ptr1;
7}
similar questions