Q. Choose a correct C statement about String functions (A) strlwr("Abc") returns abc (B) int n=strlen("abc") returns 3. (C) strupr("abc") returns ABC (D) All of the above ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) All of the above