Null-terminated string: Difference between revisions

Content deleted Content added
Sewing (talk | contribs)
No edit summary
LittleDan (talk | contribs)
in music
Line 1:
In computing, '''C strings''' are [[string]]s stored as one-dimensional [[character]] [[array]]s in the [[C programming language|C]] and [[C Plus Plus|C++]] programming languages. In C, they are simply called "strings," while in C++ they are called "C strings" to differentiate them from [[Standard Template Library|STL]] ([[ANSI]] standard C++) strings. C strings are distinguished by the fact that they are terminated with a [[null character]] ('\0').
----
Many stringed insturments like [[violin]]s contain a string that, when played open, produces the note [[C]]. This is usually reffered to as the '''C string'''.