C Language String Interview Questions and Answers For Freshers Part-5
9. How can you tell whether two strings are the same? The standard C library provides several functions to compare two strings to see whether they are the same. One of these functions, strcmp(), is used here to show how…
Read More