#ITE-6102
Awesome StudentQuestion • Computer Programming 1

int b[2] = { 1, 2 }; cout << b[2];

Answer

The statement will induce array out of index.