download Mastguru Android App

Question Detail

Which is not a correct variable type

  • float
  • int
  • double
  • real
Similar Questions :

1. Dereference operator is also called as

  • pointer
  • Reference operator
  • Offset operator
  • Deoffset operator

2. How to define a destructor

  • X~() {}
  • X() {}~
  • X() ~{}
  • ~X() {}

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

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

4. Which operator is used for comparing two variables

  • :=
  • =
  • =:
  • ==

5. Difference between static and dynamic memory allocation is

  • In static memory allocation memory to be allocated in preknown
  • In dynamic memory allocation memory to be allocated in preknown
  • There is no differnece
  • Not exact difference is mentioned
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment