Suppose a function foo, with no parameters, needs to return an object (or variable) of DataType by reference. The function prototype for foo would look like this:

A. inline DataType foo( );
B. DataType & foo( );
C. DataType foo( ) &;
D. inline DataType foo( ) &;

B

Computer Science & Information Technology

You might also like to view...

A single-user system supports multiprogramming.

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

Computer Science & Information Technology

Which of the following addresses do ISATAP nodes use on their tunneling interface as the next-hop address for the link-local address of the router?

A. ::/0 B. ff::/0 C. ::/f D. /0:ff::

Computer Science & Information Technology