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...

MC Each module’s global namespace contains an identifier called______that states the module’s name.

a) (name). b) _name_. c) __name__. d) None of the above.

Computer Science & Information Technology

What is the port number for HTTP - Hyper-Text Transfer Protocol?

What will be an ideal response?

Computer Science & Information Technology

Why is WEP considered to be too weak for use in most network settings?

What will be an ideal response?

Computer Science & Information Technology

Who is Apple's cofounder?

A. Bill Gates B. Steve Jobs C. Steve Ballmer D. Larry Ellison

Computer Science & Information Technology