InterviewSolution
Saved Bookmarks
| 1. |
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 |
|
Answer» Right answer is (c) ‘\0’ |
|