Question Detail

Size of a char is ?

  • 1
  • 2
  • 3
  • 4
Similar Questions :

1. Even if we define a function in a class, then also we need to declare it first.

  • True
  • False

2. Operator overloading is ?

  • giving new meaning to existing c++ operators
  • making c++ operators work with objects
  • giving c++ operators more than they can handle
  • making new c++ operators

3. Classes that can be used to instantiate objects are called concrete classes.

  • True
  • False

4. The advantage of declaring a virtual function as pure is
?

  • programs runs faster
  • early binding can be achieved
  • you force any derived class to define its own implementation
  • you can avoid making the class an abstract class

5. Which operators can not be overloaded ?

  • Binary operator
  • Ternary operator
  • Unary operator
  • All can be overloaded
Read more from - C++ Programming Questions Answers - Set 2