Solved

The Proper Expression to Compare the First Characters of Two

Question 10

Multiple Choice

The proper expression to compare the first characters of two string objects str1 and str2 is


A) strcmp(str1[0], str2[0]) .
B) str1[0] == str2[0].
C) str1[0] = str2[0].
D) 'str1[0]' == 'str2[0]'.
E) None of the above

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions