Question Detail

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
Similar Questions :

1. Meaning of PDB

  • Physical Database File
  • Program Database File
  • Program Direct File
  • None of above

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

3. Can we overload constructors in C++

  • Yes
  • No

4. \r is used for

  • carriage return
  • new line
  • end of the line
  • vertical tab

5. What is the value of sizeof(char)

  • 1
  • 2
  • 4
  • 8
Read more from - C++ Programming Questions Answers - Chapter 1