Computer Science, asked by Vintagebroken, 1 year ago

how do you initialize an unsized array c++

Answers

Answered by Løvé
2
Your answer

________________________

char* c = new char[length]();
________________________

Hope it helps you
Similar questions