A pointer ____ included as a parameter in a function header.

A. can not be
B. can be
C. should not be
D. is rarely


Answer: B

Computer Science & Information Technology

You might also like to view...

The command ln Xfile Zfile

a: links Xfile to Zfile b: lists and numbers Xfile and Zfile c: creates a new version of each file d: creates new i-nodes for Xfile and Zfile e: all of the above

Computer Science & Information Technology

What are the names of the output arguments of apart?

``` void apart (float x, int& wholep, float& fracp) { wholep = int (x); fracp = x - wholep; return; } ```

Computer Science & Information Technology

Classes that support simple data items each contain a method that provides the details of how items in the class compare to each other. What is the name of this method?

A. Equals() B. Less() C. IndexOf() D. CompareTo()

Computer Science & Information Technology

When a user enters, edits, or deletes data; Access determines that a(n) ________ has occurred.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology