MCQOPTIONS
Bookmark
Saved Bookmarks
→
Python
→
Shallow Copy Deep Copy in Python
→
In _______________ copy, the base address of the o..
1.
In _______________ copy, the base address of the objects are copied.
A.
B.
deep. shallow
C.
memberwise, shallow
Answer» D.
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
What is the base case in the Merge Sort algorithm when it is solved recursively?
In ____________________ copy, the modification done on one list affects the other list. In ____________________ copy, the modification done on one list does not affect the other list.
What will be the output of the following Python code and state the type of copy that is depicted?
The nested list undergoes shallow copy even when the list as a whole undergoes deep copy.
In _______________ copy, the base address of the objects are copied. In _______________ copy, the base address of the objects are not copied.
Which type of copy is shown in the following python code?
FALSE,_FALSE?$
True$
[2, 4, 6, 8], shallow copy
In _______________ copy, the base address of the objects are copied.
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply