Answer Posted / nashiinformaticssolutions
decltype deduces the type of an expression at compile-time.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When you overload member functions, in what ways must they differ?
What are the classes in c++?
How the endl and setw manipulator works?
What is the best c++ compiler?
Explain the pure virtual functions?
What is microsoft c++ redistributable?
What are the new features that iso/ansi c++ has added to original c++ specifications?
Ask to write virtual base class code?
What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)
What is enum c++?
What is a dynamic binding in c++?
What does new do in c++?
the first character in the variable name must be an a) special symbol b) number c) alphabet
What is the keyword auto for?
Explain the difference between overloading and overriding?