The second and third parameters are passed by reference

assume that class Matrix refers to the correctly completed class of #1 and that product is a friend of class Matrix. Here is product's prototype: Function product will store in its first parameter the matrix product of its second and third parameters.
```
void product( Matrix&, const Matrix&, const Matrix& );
```

a. because they are output parameters.
b. for efficiency, not because any change is intended.
c. because objects cannot be passed by value.
d. because the programmer has made an error.


b. for efficiency, not because any change is intended.

Computer Science & Information Technology

You might also like to view...

A 2009 Proofpoint survey found that ________ percent of companies have fired employees based on behavior on social media sites

Fill in the blank(s) with correct word

Computer Science & Information Technology

By default, the ________ display(s) in a comment box

A) initials of the registered owner of the computer B) time and date C) cell reference D) name registered for your computer

Computer Science & Information Technology

The root account in Linux is similar to the Administrator account in Windows in that it has full control of the system

Indicate whether the statement is true or false.

Computer Science & Information Technology

The process of displaying only a portion of the data based on matching a specific value to show only the data that meets the criteria that you specify is called:

A. filtering B. conditional formatting C. sorting

Computer Science & Information Technology