b5_5_3.cxx

We use cookies. Read the Privacy and Cookie Policy

b5_5_3.cxx

main() {

 char *p = new char[100];

 char *q = new char[100];

 delete p;

 delete p;

}