string terminator character is?
Answers
Answered by
3
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).
Answered by
3
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