What is the name of the operation that joins two strings together?
a. String addition
b. String add
c. String concatenation
d. String together
e. None of these
c. String concatenation
Computer Science & Information Technology
You might also like to view...
Which of these domain controller roles need to pull changes form an RODC?
a. PDC emulator b. RID master c. Global catalog server d. None of the above.
Computer Science & Information Technology
A copy constructor must receive its argument by reference because:
a. Otherwise the constructor will only make a copy of a pointer to an object. b. Otherwise infinite recursion occurs. c. The copy of the argument passed by value has function scope. d. The pointer needs to know the address of the original data, not a temporary copy of it.
Computer Science & Information Technology