Q. What is the null character used to terminate strings in C?
β
Correct Answer: (D)
\0
Explanation: Strings in C are terminated with the null character '\0'.