Computer Science, asked by mofahd8412, 7 months ago

Each string should be terminated with_simbol

Answers

Answered by Anonymous
5

Answer:

In computer programming, a null-terminated string is a character string stored as an array containing the characters and terminated with a null character ( '\0' , called NUL in ASCII). Alternative names are C string, which refers to the C programming language and ASCIIZ (although C can use encodings other than ASCII)

Similar questions