Navigation
  • Home
  • Recent
  • Most Active
  • Popular
  • Blog
  • Credits
  • RSS
  •   Interaction
  • Register
  • Statistics
  •   Help
  • Suggestions
  • Contact Us
  • How to Edit
  • Help



  • [Edit]


    The empty string is the unique string of no characters over some alphabet Σ, and is denoted ε or λ. The length of this empty string is 0.
    Under concatenation, the empty string is the identity element of the free monoid on Σ. That is, for any string s, sε = εs = s.


        Empty string
            Representations
            Implementation

    top

    Representations
    In many programming languages, the empty string is denoted with two double quotes: "" The empty string is also sometimes noted by the Greek letter λ.

    top

    Implementation
    In C, empty strings is represented by a character array with a null character in the zeroeth position.






     
    Search more:
     

       
    Source Privacy License Download Contact Us Atlas
    Scientus.org Dictionary (Yet Another Wiki) RC : 1.39
    MIT OpenCourseWare
    This article is licensed under the GNU Free Documentation License [copyleft]. It uses material from the Wikipedia article "Empty string". link