Multiple choice What is/are the role(s) of strcmp() function in C language? This function is used to compare the two strings. This method returns true, if both the strings are identical. This method returns false, if both of the strings are not equal. All of the above None of the above Reveal answer Fill a bubble to check yourself A Correct answer Explanation This is true about strcmp() function.