Q. Choose a correct C statement about String functions? (A) strcmp("123","12345") returns a negative number (B) toupper('a') returns A (C) tolower('D') returns d. (D) All of the above ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) All of the above