Which of the following escape sequences placed at the end of a string makes the string a Null Terminated String?
Which of the following escape sequences placed at the end of a string makes the string a Null Terminated String? Correct Answer ‘\0’
The ‘\0’ when placed at the end of a string makes it a null terminated string which is simply a single dimensional array of characters that are trailed by the ‘\0’ escape sequence. It is also called the ASCII NUL character.
মোঃ আরিফুল ইসলাম
Feb 20, 2025