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 _____ list displays the titles or URLs of individual Web pages you visited in the past.

A. Feeds B. Chronology C. Favorites D. History

Computer Science & Information Technology

Describe the concept of separation of duties.

What will be an ideal response?

Computer Science & Information Technology