c string

     

In computing, a C string is a character sequence store as a one-dimensional character array and terminated with a null character ('\0', called NUL in ASCII). The name refers to the ubiquitous C programming language which uses this string representation.

Users that searched for c string