Here is a function prototype. What would the call statement look like?
void DoMath(int *p1, int *p2)
A. DoMath(int &m, int n);
B. DoMath(&m, &n);
C. DoMath(int &m, int &n);
D. DoMath(*m,*n);
B. DoMath(&m, &n);
Computer Science & Information Technology
You might also like to view...
A(n) ________ is a box that is a combination of a list box and a text box
Fill in the blank(s) with correct word
Computer Science & Information Technology
In a formal report, margin settings are usually:
A) Normal. B) Moderate. C) Wide. D) Office 2003 Default.
Computer Science & Information Technology
Operators ____ be redefined for C++'s built-in types.
A. can B. cannot C. usually can D. usually cannot
Computer Science & Information Technology
Federal agencies such as the NSA, FBI, and CIA use specialty classification schemes. For materials that are not considered "National Security Information," __________ data is the lowest-level classification.
A. sensitive B. confidential C. unclassified D. public
Computer Science & Information Technology