What will the following code display?

int x = 23, y = 34, z = 45;
cout << x << y << z << endl;

a. 23 34 45
b. 23
34
45
c. xyz
d. 233445

d. 233445

Computer Science & Information Technology

You might also like to view...

In SharePoint, ________ lists display columns as a questionnaire or poll rather than a list of columns and rows

Fill in the blank(s) with correct word

Computer Science & Information Technology

An array is a collection of data arranged in groups of rows

Indicate whether the statement is true or false.

Computer Science & Information Technology