Question Detail

Size of a char is ?

  • 1
  • 2
  • 3
  • 4
Similar Questions :

1. We can do constructor overloading in C++ ?

  • True
  • False

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

  • True
  • False

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

  • True
  • False

4. When a structure refers to itself, it is known as ?

  • encapsulated structure
  • nested structure
  • recursive structure
  • self-referential structure

5. The symbol ** __ .

  • can be overloaded by changing its datatype.
  • cannot be overloaded, as on overloading its meaning shall be changed.
  • can be overloaded.
  • cannot be overloaded as it is not a C++ operator.
Read more from - C++ Programming Questions Answers - Set 2