Multiple Choice
What problem can you identify in the following program?
Char name1[] = "Mary";
Char name2[] = "Diane";
Strcpy(name2, "Margaret Veronica") ;
A) It tries to input a string value including whitespace.
B) It tries to assign one string to another using the assignment operator.
C) It tries to compare strings using the comparison operator.
D) It exceeds the bounds of an array.
Correct Answer:

Verified
Correct Answer:
Verified
Q26: Which of the following statements produces the
Q39: How do you declare an array in
Q40: Match each term with the correct statement
Q41: You can determine the size of variables
Q42: A C++ value expressed within double quotation
Q43: Match each term with the correct statement
Q45: To compare the contents of two strings
Q46: Match each term with the correct statement
Q48: The input _ is a holding area
Q49: The _ function reads characters into an