Question Detail

How we mark the end of c++ statement

  • ;
  • :
  • >>
  • <<
Similar Questions :

1. If value has not type, then the pointer pointing to this value will be known as

  • Empty pointer
  • Null pointer
  • Void pointer
  • None of above

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

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

3. C++ programs must contain

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

4. Which is boolean operator for logical and

  • &
  • ||
  • &|
  • &&

5. 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
Read more from - C++ Programming Questions Answers - Chapter 1