Un-Answered Questions { C++ General }

Write a short code using c++ to print out all odd number from 1 to 100 using a for loop

588


If I is an integer variable, which is faster ++i or i++?

597


Explain the concept of friend function in c++?

608


Can non-public members of another instance of the class be retrieved by the method of the same class?

610


How the virtual functions maintain the call up?

610


Differentiate between an inspector and a mutator ?

709


Write about the members that a derived class can add?

570


Describe public access specifiers?

587


What kind of problems can be solved by a namespace?

594


What are put and get pointers?

584


Write about the local class and mention its use?

615


What is a c++ object?

618


Define the process of handling in case of destructor failure?

580


Write about the scope resolution operator?

619


Can the creation of operator** is allowed to perform the to-the-power-of operations?

582