download Mastguru Android App

Question Detail

What is the value of sizeof(char)

  • 1
  • 2
  • 4
  • 8
Similar Questions :

1. what is a class in c++

  • Class in a collection of objects
  • Class has noting to do with object
  • It just have declaration of few variables
  • None of above

2. Which class has only one unique value for all the objects of class

  • this
  • friend
  • static
  • none of above

3. Inline functions are invoked at

  • Run time
  • Compile time
  • Debug time
  • None of above

4. Which is boolean operator for logical and

  • &
  • ||
  • &|
  • &&

5. Which of the following type of class allows only one object of it to be created

  • Virtual class
  • Abstract class
  • Singleton class
  • Friend class
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment