int num[5] = { 2, 4, 6, 7, 8 }; What will the following statement display? cout << ++values[1] << endl; code example
Example: What will the following code display? int numbers[] = {99, 87, 66, 55, 101); cout << numbers[3] << end1;
int numbers[] = {99, 87, 66, 55, 101);
cout << numbers[3] << end1;