2/8/00
COM1100 Winter2000 Yuhong Yin
4
How string stored?
nA string is stored as an array of characters terminated by special end-of-string symbolic constant named NULL. n The value assigned to the NULL constant is the escape sequence \0 and is the sentinel that marks the end of every string.