One reason to pass a parameter by const reference is:

A. we do not want the function to change the values of any data members
B. we want changes in the parameter to be reflected back to the calling function
C. we want to constantly use pass by reference
D. the compiler will catch an attempt to change the value of the parameter


D

Computer Science & Information Technology

You might also like to view...

Which of the following is a congestion control technique? (Choose all correct answers.)

A) Back pressure B) Choke packet C) Implicit congestion signaling D) Network functions virtualization

Computer Science & Information Technology

Solve the equations with one variable for an explicit value (or values) of the unknown:

3z — 7 = 5 +z

Computer Science & Information Technology

Although you can link to documents in almost any format from your web pages, it's important to keep in mind that Java documents are the only ones that your users are guaranteed to be able to access. _________________________

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Match the file with the order in which the BASH shell environment files are read:

A. Fourth B. First C. Third D. Second

Computer Science & Information Technology