Get premium membership and access questions with answers, video lessons as well as revision papers.

What type of object is obtained by the typeid operator in C++ programming?

      

What type of object is obtained by the typeid operator in C++ programming?

  

Answers


Davis
The typeid operator returns a reference to a type-info object.
Githiari answered the question on February 12, 2018 at 12:33


Next: Explain how dynamic-cast can sometimes be an alternative to typeid in C++ programming.
Previous: What makes a static member variable different from other variables in C++ language?

View More Computer Science Questions and Answers | Return to Questions Index


Learn High School English on YouTube

Related Questions