download Mastguru Android App

Question Detail

Which operator is used for comparing two variables

  • :=
  • =
  • =:
  • ==
Similar Questions :

1. Which is not C++ storage class

  • auto
  • register
  • static
  • iostream

2. What is the value of sizeof(char)

  • 1
  • 2
  • 4
  • 8

3. Which of the following type of class allows only one object of it to be created

  • Virtual class
  • Abstract class
  • Singleton class
  • Friend class

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

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

5. Default constructor has how many arguments

  • 1
  • 2
  • 3
  • 0
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment