Question Detail

Declaring pointer more than one can cause

  • Trap
  • abort a program
  • error
  • none of above
Similar Questions :

1. Stack unwinding deals with

  • deals with polymorphism
  • deals with inheritance
  • deals with exception handing
  • deals with classes

2. Can we overload constructors in C++

  • Yes
  • No

3. All members of class have which access to its members

  • private
  • public
  • protected
  • depends

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

5. Meaning of deed copy is

  • A deep copy creates a copy of the dynamically allocated objects too
  • A deep copy just copies the values of the data as they are
  • A deep copy creates a copy of the statically allocated objects too
  • Both A and C
Read more from - C++ Programming Questions Answers - Chapter 1