What is the printout of the following code?

```

#include
#include "Rational.h"
using namespace std;

int main()
{
cout << Rational().toString();

return 0;
}
```

A. It is a syntax error.
B. 0/1
C. 0
D. 0/0

C. 0

Computer Science & Information Technology

You might also like to view...

In Windows 8.1 Administrative Tools, what do you use to view and edit Group Policy security settings?

a. Event Viewer b. Local Security Policy c. System Configuration d. Task Scheduler

Computer Science & Information Technology

When a flowchart does not fit on a page:

a. The module needs to end. b. Use off page connectors. c. Use on page connectors. d. Tape another piece of paper on the bottom or side of the flowchart page.

Computer Science & Information Technology