Consider the function

```
void doStuff(int parValue, int parRef)
{parValue = 100;
cout “parValue in call to doStuff = parValue
parRef =222;
cout “parRef in call to doStuff = end
```
a) The call to doStuff results in the assignment n1 = 222;
b) The call to doStuff results in the assignment n2 = 222;
c) The call to doStuff results in the assignment n1 = 100;
d) The call to doStuff results in the assignment n2 = 100;
e) There is no effect on either of these variables..

b) The call to doStuff results in the assignment n2 = 222;

Computer Science & Information Technology

You might also like to view...

To get data that resides outside of Excel into Excel, use the commands in the ________ group

Fill in the blank(s) with correct word

Computer Science & Information Technology

Case 2Dennis and Alyssa are jugglers who want to start using their website to book theater gigs. Because their act is so physical and visual, they want plenty of video on the site. They decide to use the HTML5

A. MP4 B. WebM C. FLV D. Ogg

Computer Science & Information Technology