The correct answer is (c) 2
To explain: The strcpy() function is used to copy the contents from one String variable to another. Hence it requires a minimum of two arguments that include the source variable (The variable from whose contents need to be copied from) and the destination variable (The variable to which the contents are to be copied to).