What is a null-terminated String?
What is a null-terminated String?
A null-terminated string is a sequence of characters followed by a null character (ASCII value 0 or '\0'). The null character serves as a terminator, indicating the end of the string. This type of string representation is commonly used in programming languages like C and C++.
Here are the key points about null-terminated strings:
junior
Gợi ý câu hỏi phỏng vấn
Chưa có bình luận nào