Q. Which of these is used to terminate a string in C?
β
Correct Answer: (B)
\0
Explanation: C strings are null-terminated using '\0'.