what is the length of null character
Answers
Answered by
1
Answer:
A null character is a character with all its bits set to zero. Therefore, it has a numeric value of zero and can be used to represent the end of a string of characters, such as a word or phrase. This helps programmers determine the length of strings.
Answered by
0
Answer:
A null character is a character with all its bits set to zero. Therefore it has a numeric value of zero and can be used to represent the end of a string of characters such as a word or a phrase.This helps proggramers determine the length of strings
Similar questions