Multiple Choice
The strcpy function's arguments are:
A) two C-strings
B) two addresses
C) three pointers
D) one array and one pointer
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: When using the strcat function you must
Q10: In C++ a C-string is a sequence
Q25: C++11 introduces a function named to_string that
Q31: To determine whether a character entered is
Q32: To change a character argument from lower
Q33: This function accepts a C-string containing a
Q35: This function converts a C-string to an
Q39: By being able to pass arrays as
Q40: To test whether a character is a
Q41: Which of the following lines of code