 |
CIS3355:
Data Structure
Fall, 2002
|
What happens if we forgot to add a NULL
Character ?????

- The output of this program might appear as:
HelloZS
Why ?????????

REMEMBER:
- The function puts will keep printing characters until the
NULL character is reached.
|