download Mastguru Android App

Question Detail

Which is not a correct variable type

  • float
  • int
  • double
  • real
Similar Questions :

1. 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

2. expression x.y represents as

  • member x of object y
  • member y of object x
  • member y of object pointed by x
  • all of above

3. Which operator is used for comparing two variables

  • :=
  • =
  • =:
  • ==

4. What is abstract class

  • Whose objects cant be created
  • Whose objects can be created
  • Depends on class
  • None of above

5. Dereference operator is also called as

  • pointer
  • Reference operator
  • Offset operator
  • Deoffset operator
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment