Question Detail

Which is not a correct variable type

  • float
  • int
  • double
  • real
Similar Questions :

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

  • True
  • False

2. what is the size of int datatype for 32 bit system

  • 1 byte
  • 2 byte
  • 4 byte
  • 8 byte

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

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

4. Which operator is used to define a member of a class from outside the class definition

  • ->
  • ::
  • .
  • >>

5. Which is not C++ storage class

  • auto
  • register
  • static
  • iostream
Read more from - C++ Programming Questions Answers - Chapter 1