a) if (s1 = s2)
b) if (s1 != s2)
c) if (strcmp (s1 ,s2))
d) if ( s1 is s2)
Correct way to find if contents of two strings are equal?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Correct way to find if contents of two strings are equal?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!