Computer Science, asked by bushraaymn786, 7 months ago

string terminator character is?​

Answers

Answered by omandlik12
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 Attitudequeen440
3

\fcolorbox{red}{aqu}{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