Please Enter Your Search Term Below:
 Websearch   Directory   Dictionary   FactBook 
  Wikipedia: Null character

Wikipedia: Null character
Null character
From Wikipedia, the free encyclopedia.

The null character is used in the C and C++ programming languages to signify the end of C strings (character arrays). The null character is represented as '\\0' in source code and is stored internally as number 0 (that is, 00000000 (all bits cleared, or set to zero)) in the ASCII one-byte character system.

  

From Wikipedia, the free encyclopedia. 
Modified by Geona