What is the output of the following statement? (In this question # signifies a blank space.)

cout << setw (6) << left << “hello” << setw(6) << right << 2.78;

a) #hello2.78##
b) #hello2.78###
c) hello###2.78
d) hello####2.78

c) hello###2.78

Computer Science & Information Technology

You might also like to view...

A template is a partially completed document that can only contain preformatted text

Indicate whether the statement is true or false

Computer Science & Information Technology

When creating a new layer, where does it appear in the Layers panel?

What will be an ideal response?

Computer Science & Information Technology