Sapna Malik
Does Console.WriteLine() stop printing when it reaches a NULL character within a string?
By Sapna Malik in ASP.NET on Sep 16 2009
  • Partap Tanwar
    Oct, 2009 6

    Strings are not null terminated in the runtime, so embedded nulls are allowed. Console.WriteLine() and all similar methods continue until the end of the string. 

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS