Question: Given the array: int values [5] = {32, 43, 65, 78, 39}; What does the following display? cout < < values[3] < < endl; C++
Given the array:
int values [5] = {32, 43, 65, 78, 39};
What does the following display?
cout << values[3] << endl; C++
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
