Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

how to adjust and delete memory in c, c++

#include<iostream>
using namespace std;
int main()
{
  int* ptr 1 = 4;
  delete ptr1;
}
 
PREVIOUS NEXT
Tagged: #adjust #delete #memory
ADD COMMENT
Topic
Name
6+6 =