Q. What is the null character used to terminate strings in C? (A) ' ' (B) '0' (C) \n (D) \0 ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) \0 Explanation: Strings in C are terminated with the null character '\0'.