In the code shown here, what will be the output seen on the screen?

```
int main()
{
int numbers[4] = {6, 23, 72, 24 };
cout << numbers;

```

A. 6, 23, 72, 24
B. 6 23 72 24
C. 6237224
D. A hex address.

D. A hex address.

Computer Science & Information Technology

You might also like to view...

Write each email as if it were to be displayed on a(n) _______

Fill in the blank(s) with correct word

Computer Science & Information Technology

As shown in the accompanying figure, you can add a city to the calendar Weather Bar.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology