The header line ____ declares calc to be a pointer to a function that returns an integer.

A. int *calc()
B. int (*calc)()
C. int &calc()
D. int calc(*)


Answer: B

Computer Science & Information Technology

You might also like to view...

A Java collection

A) is a class that is defined in the java.awt package B) is an abstract class in the java.collect package C) is an object that is used as a container for other objects D) None of the above

Computer Science & Information Technology

________ is an individual's description of a stream of perceptions, and his/her interpretation of one or multiple events.

A) Experience B) Reflection C) Description D) Quality

Computer Science & Information Technology

Which of the following is not a desirable team member characteristic?

A) a good work ethic B) a readiness to take on leadership based on expertise C) honesty D) position within the organization E) enthusiasm for the project

Computer Science & Information Technology

What serves as a control that is used to display text such as a prompt or a result of some computation?

A. Form B. Button C. Label D. TextBox

Computer Science & Information Technology