If the value of s1 is "name," what is displayed by these statements?

```
cout << s1<< '\r';
cout << ""____" << endl;
```

a. name \r ____
b. name
____
c. name
d. name ____

c. name

Computer Science & Information Technology

You might also like to view...

Which of the following is NOT a tool to check a workbook for errors?

A) File Inspector B) Compatibility Checker C) Accessibility Checker D) Document Inspector

Computer Science & Information Technology

The subquery that involves a table listed in the outer query is called a(n) ____________________ subquery.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology