Space inserted to make a document more readable is called

a. special space
b. white space
c. CSS space
d. HTML space

b. white space

Computer Science & Information Technology

You might also like to view...

How many times will the following loop display "Looping!"?

for (int i = 20; i > 0; i--) cout << "Looping!" << endl; a. 20 b. 19 c. 21 d. an infinite number of times

Computer Science & Information Technology

The ________ statement causes other program statements to execute only under certain conditions.

A) logical B) relational C) cin D) cout E) if

Computer Science & Information Technology