Question: A conditional statement that tests the equality of two strings. (2 Points) if(str1 == str2) if(strcmp(str1, str2)) if(!strcmp(str1,str2)) if(strcmp(str1, str2) == 1)
A conditional statement that tests the equality of two strings.
(2 Points)
if(str1 == str2)
if(strcmp(str1, str2))
if(!strcmp(str1,str2))
if(strcmp(str1, str2) == 1)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
