What is the best all-purpose way of comparing two strings?A) Using the strpos functionB) Using the == operatorC) Using strcasecmp()D) Using strcmp()
Using strcmp()