Computer Science, asked by satwinderjatt75, 10 months ago

Each string should be
terminated with ___________
__ symbol?e

Answers

Answered by dlalith2003
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 ankitparasite31
1

Answer:

;

Explanation:

Semicolon

Similar questions