Which of the following escape sequences placed at the end of a string makes the string a Null Terminated String?
(a) ‘\p’
(b) ‘\u’
(c) ‘\0’
(d) ‘\1’
This question was posed to me during an interview.
This intriguing question originated from String Manipulation topic in chapter Arduino Programming of Arduino