cpp delete new int[] code example Example: c++ delete dynamically allocated array int length = 69; int * numbers = new int[length]; delete[] numbers;