In a ____ copy, two or more pointers of the same type point to the same memory.
A. static
B. shallow
C. dynamic
D. deep
Answer: B
Computer Science & Information Technology
You might also like to view...
Which of the following statements correctly deletes a dynamically-allocated array pointed to by p?
A) delete p; B) p delete[ ]; C) delete [ ] p; D) delete array p; E) None of the above
Computer Science & Information Technology
It is common that a database may have several tables where a user will need to establish relationships
Indicate whether the statement is true or false
Computer Science & Information Technology
A(n) ________ is a file structured by the use of delimiters
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
To make a duplicate of a folder, first you ________ the folder, and then you paste the folder
A) Close B) Cut C) Open D) Copy
Computer Science & Information Technology