Hunter22241 Hunter22241 22-02-2024 Computers and Technology contestada What will happen when the following code is executed? auto p = new bool[100]; delete [] p; delete [] p;