Which of the following is true?

a. Only class templates may specify default type arguments for type parameters.
b. Only function templates may specify default type arguments for type parameters.
c. As of C++ 11, you can use default type arguments for template type parameters in function templates.
d. None of the above.

c. As of C++ 11, you can use default type arguments for template type parameters in function templates.

Computer Science & Information Technology

You might also like to view...

Which of these is not a main component of Splunk?

A) Search and investigate. B) Compress and archive. C) Add knowledge. D) Collect and index data.

Computer Science & Information Technology

Rootkits can be difficult to discover because:

a. They subvert the operating system b. They install themselves in master boot records (MBRs) c. They install themselves in flash memory d. They use hidden processes

Computer Science & Information Technology