1.

Correct way to find if contents of two strings are equal ?

A. if (s1 = s2)
B. if (s1 != s2)
C. if (strcmp (s1 ,s2))
D. if ( s1 is s2)
Answer» D. if ( s1 is s2)


Discussion

No Comment Found