Q. Which of these is used to terminate a string in C? (A) \n (B) \0 (C) EOF (D) /0 ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) \0 Explanation: C strings are null-terminated using '\0'.