download Mastguru Android App

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. Reference is like a

  • Pointer
  • Structure
  • Array
  • None of above

3. \r is used for

  • carriage return
  • new line
  • end of the line
  • vertical tab

4. Which of the following functions below can be used Allocate space for array in memory

  • calloc()
  • malloc()
  • realloc()
  • All of above

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

  • outstream
  • stdin
  • iostream
  • None of above
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment