Question Detail

What is the value of sizeof(char)

  • 1
  • 2
  • 4
  • 8
Similar Questions :

1. Inline functions are invoked at

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

2. Which operator is used for comparing two variables

  • :=
  • =
  • =:
  • ==

3. Can #define accept parameters

  • Yes
  • No

4. C++ programs must contain

  • start()
  • system()
  • main()
  • program()

5. What is polymorphism

  • Ability to take more than one form
  • Ability to destroy destructor
  • Ability to create constructor
  • None of above
Read more from - C++ Programming Questions Answers - Chapter 1