Respuesta :

A) Null character

The '/0' (backslash followed by zero) is called a null character. It is a special character that represents the end of a string in many programming languages, including C and C++. It is used to indicate the termination of a character sequence or string. In C-style strings, the null character is used to mark the end of the string.