What is the best way to describe this function prototype?

bool Func(int a, int b, int &rC);

A. It is indescribable.
B. The function returns a true/false and has 3 integer inputs.
C. The function has two integere inputs and “returns” an integer and a bool.
D. This function prototype will not compile.


C. The function has two integere inputs and “returns” an integer and a bool.

Computer Science & Information Technology

You might also like to view...

Which of the following is a four- or five-digit number assigned to a specific content or mobile service provider, for example, to vote for a television program contestant or donate to a charity?

A. CSC B. TMS C. SMS D. CMT

Computer Science & Information Technology

A _____ is a useful feature that is often used in games as the user competes to get the fastest time while completing an activity.

A. timer B. clicker C. base D. accelerometer

Computer Science & Information Technology

The ORDERS table consists of the order number, order date, and ____.

A. part number B. number ordered C. customer number D. unit price

Computer Science & Information Technology

You must execute the SET AUTOCOMMIT = 0; command once at the beginning of a session and once at the end of the session if you want to use the COMMIT and ROLLBACK commands.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology