notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

String.md (169B)


      1 # String
      2 
      3 W2
      4 
      5 **Definition:** A string is a collection of ordered characters.
      6 
      7 C style strings are strings that contain n+1 indeces where the n+1th byte is all zeroes.