download Mastguru Android App

Question Detail

Which is boolean operator for logical and

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

1. ios::ate is used for

  • Set the initial position at the start of the file
  • Set the last position at the end of the file
  • Set the initial position at the end of the file
  • Set the last position at the start of the file

2. Can #define accept parameters

  • Yes
  • No

3. Default constructor has how many arguments

  • 1
  • 2
  • 3
  • 0

4. Reference is like a

  • Pointer
  • Structure
  • Array
  • None of above

5. C++ programs must contain

  • start()
  • system()
  • main()
  • program()
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment