Multiple Choice
The strcpy function's arguments are
A) two string class objects.
B) two pointers to char.
C) three pointers.
D) three arrays and one pointer.
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q12: The expression strcmp("ab", "cde") returns<br>A) the boolean
Q14: The C++ compiler performs strict array bounds
Q15: The string class member function _ will
Q16: The expression str1 < str 2 is
Q18: The string class overloads the += operator
Q19: The string class member function _ returns
Q20: Assume that str1 and str2 are objects
Q21: It is possible to implement a string
Q22: If str is a string class object,
Q39: By being able to pass arrays as