int *myPtr = new int; ... delete myPtr; // deallocates block pointed to by myPtr.