Un-Answered Questions { C++ General }

What is a dangling pointer in c++?

666


Write a struct time where integer m, h, s are its members?

524


Define a pointer to a data member of the type pointer to pointer?

579


Is it possible for a member function to use delete this?

576


Is there any function that can skip certain number of characters present in the input stream?

588


In the derived class, which data member of the base class are visible?

646


What is an iterator class in c++?

601


What is a modifier in c++?

634


What is pure virtual function?

633


Write about the access privileges in c++ and also mention about its default access level?

619


Is it possible to provide default values while overloading a binary operator?

768


Refer to a name of class or function that is defined within a namespace?

617


What are 2 ways of exporting a function from a dll?

619


Explain the differences between private, public and protected and give examples.

568


What is the limitation of cin while taking input for character array?

1458