Computer Science, asked by aditya579564, 8 months ago

String declaration is terminated by.........​

Answers

Answered by SwaggerGabru
5

Answer:

Strings are actually one-dimensional array of characters terminated by a null character '\0'.

Answered by SweetPrincess2
2

Explanation:

String decleration is terminated by '\u0000' (the NUL character).

hope it's help

Similar questions