Podcast
Questions and Answers
Which class template can be used to declare a Java generic in C++?
Which class template can be used to declare a Java generic in C++?
- std::map
- std::numeric_limits (correct)
- std::vector
- std::string
Which website provides documentation for std::numeric_limits in C++?
Which website provides documentation for std::numeric_limits in C++?
- http://www.google.com
- http://en.cppreference.com/w/cpp/types/numeric_limits (correct)
- http://www.stackoverflow.com
- http://www.cpp.com
Which C++ output stream object is used in the given code snippet?
Which C++ output stream object is used in the given code snippet?
- clog
- cin
- cout (correct)
- cerr
Flashcards are hidden until you start studying