Each string should be
terminated with ___________
__ symbol?e
Answers
Answered by
1
Answer:
semicolon
Explanation:
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
Answered by
1
Answer:
;
Explanation:
Semicolon
Similar questions