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
Computer Science & Information Technology
You might also like to view...
Symbols used to compare two values are called comparison operators
Indicate whether the statement is true or false
Computer Science & Information Technology
The Team site and subsites in SharePoint make up the site collection
Indicate whether the statement is true or false
Computer Science & Information Technology