Q. Which function is used to compare two strings? (A) strcmp() (B) strcomp() (C) stringcompare() (D) compare() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) strcmp() Explanation: strcmp() compares two strings and returns 0 if equal.