If we want to pass a DataType parameter called item by const reference into a function bar, the function prototype for bar would look like this:

A. bar( DataType & item ) const;
B. bar( DataType const & item );
C. bar( DataType & item const );
D. bar( const DataType & item );


D

Computer Science & Information Technology

You might also like to view...

Application programs perform I/O operations by sending a __________ to an operating system service.

a. primitive command b. physical request c. The premise of this question is false. d. logical request

Computer Science & Information Technology

You have started a job running in the background that you want to now bring to the front so that you can watch it execute. Which of the following commands can be used to display the job’s output to the terminal?

A. disp B. fg C. front D. jobs -f

Computer Science & Information Technology

A tuple is an immutable collection type.

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

Computer Science & Information Technology

In the Trim Video dialog box, a clock displays to control the duration of the video.

a. true b. false

Computer Science & Information Technology