Which of the following is true about a deep copy?

A. The address of a pointer in the original is copied to a pointer inside the copy.
B. The address of a pointer in the original is different than the address of the corresponding pointer in the copy.
C. It is a copy made deep within the code of a long function (and therefore, not so easy to debug)
D. It is never made with the aid of a copy constructor.

B

Computer Science & Information Technology

You might also like to view...

What does the -c option do in the ping command?

A) Specifies the number of pings to send B) Sets the Do Not Fragment bit in a packet header C) Specifies the name or the IP address of the device you are sending ICMP echo messages D) Specifies the control header address

Computer Science & Information Technology

Hyper-V ________ Memory is anoption to enhance memory utilization for VMs. It helps free up memory in the poolby reallocating a portion of RAM assigned to idle or underutilized VMs

Fill in the blank(s) with correct word

Computer Science & Information Technology