... copies
2.1
A shallow copy is made, i.e. if the type to be copied is a struct containing pointers, only the struct is copied, not data that is pointed to.
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .