When using cin and cout, forgetting to put #include in your file causes a __________ error.

a. syntax
b. runtime
c. compilation d. logic
e. link


c. compilation d. logic

Computer Science & Information Technology

You might also like to view...

Why is this?

You have to #include <;iomanip> as well as #include when you use a line of code such as ``` cout << setw(8) << 123456 << endl; ``` but not have to #include when you do the exact equivalent thing in ``` cout.width(8); cout << 123456 << endl; ```

Computer Science & Information Technology

Most of what you see on your ________ page is set in stone by Facebook

Fill in the blank(s) with correct word

Computer Science & Information Technology

A(n) _________ is a security-enhanced database in which the user and group permissions created by the Security Wizard are applied

Fill in the blank(s) with correct word

Computer Science & Information Technology

Wrapping text in a text box can be accomplished using the:

A) Format Shape task pane. B) Format Picture task pane. C) Format Background task pane. D) Format Painter.

Computer Science & Information Technology