Which of the following code segments prints a single line containing hello there with the words separated by a single space?

a. std::cout << "hello ";
std::cout << " there";
b. std::cout << "hello" , " there";
c. std::cout << "hello";
std::cout << "there";
d. std::cout << "hello";
std::cout << " there";

d. std::cout << "hello";
std::cout << " there";

Computer Science & Information Technology

You might also like to view...

In Access, a query criterion use to locate a blank field is:

A) Empty B) Void C) Invalid D) Null

Computer Science & Information Technology

Which of the following is the metric used for OSPF?

A. Latency B. Cost C. Bandwidth D. Next hop

Computer Science & Information Technology