wpe41.gif (23084 bytes)CIS3355: Business Data Structures
Fall, 2008
 

CIS3355: Data Structure
Fall, 2002

What happens if we forgot to add a NULL Character ?????

  • Strange things can happen. Consider the following c code:

  • The output of this program might appear as:

   HelloZS

 

Why  ?????????

REMEMBER:

  • The function puts will keep printing characters until the NULL character is reached.