Call-by-reference can achieve the security of call-by-value when:

a. The value being passed is small.
b. A large argument is passed in order to improve performance.
c. A pointer to the argument is used.
d. The const qualifier is used.

d. The const qualifier is used.

Computer Science & Information Technology

You might also like to view...

Which of the following applications can benefit from multithreading?

a) a simple text editor b) a Web server c) an image viewer d) both a) and c)

Computer Science & Information Technology

During the course of your academic studies and professional activities, you may find it necessary to compose a document that is many pages or even hundreds of pages in length.

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

Computer Science & Information Technology