If functions must be called to process data, how does
int main() get called?

A. You call it in preprocessor directives.
B. main() calls itself.
C. The operating system knows to look for it.
D. that’s what using namespace std does.

C

Computer Science & Information Technology

You might also like to view...

When writing SQL, the ________ selects and returns all fields in the table when you run the query

Fill in the blank(s) with correct word

Computer Science & Information Technology

When using the debugger, which command lets you follow a method call into the statements in the method’s source code?

a. step out b. step over c. step into d. step trace

Computer Science & Information Technology