Question Detail

Which is boolean operator for logical and

  • &
  • ||
  • &|
  • &&
Similar Questions :

1. All members of class have which access to its members

  • private
  • public
  • protected
  • depends

2. cout is declared in the _____ standard file within the std namespace

  • outstream
  • stdin
  • iostream
  • None of above

3. Every class has atleast one construtor

  • True
  • False

4. If no constructor is there, then compiler assumes the class to have a default constructor with no arguments

  • True
  • False

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

  • this
  • friend
  • static
  • none of above
Read more from - C++ Programming Questions Answers - Chapter 1