0
Array c++
what will be the display of cout << "x[4]=" <<x[4];
1 Answer
0
That would depend on whether (assumed an array) <x> were defined, what type it is, and whether it has at least 5 elements contained.
what will be the display of cout << "x[4]=" <<x[4];