flower958 flower958 15-02-2024 Mathematics contestada In the code below, suppose str1 is a pointer or reference to a string. The code only executes in constant time if the assignment copies the pointer/reference, and not all the characters in the string. str2 = str1. 1.True2.False