Computer Science, asked by dad498043, 8 months ago

Every String must be terminated by.....?
,(1) Carriage Return Character
(2) New Line Character
(3) Null Character
(4) Line Feed Character​

Answers

Answered by Anonymous
6

Answer:

All character strings are terminated with a null character. The null character indicates the end of the string. Such strings are called null-terminated strings. The null terminator of a multibyte string consists of one byte whose value is 0.

Answered by Anonymous
1

Hope it helps you .....................

Attachments:
Similar questions