C string

C string is a series of characters terminated by a null (0x00) character usually used in C.

NOTE

C strings, or pointers to C strings, cannot be passed directly to _CP_ functions unless otherwise noted.

Example(s)

char x [] = "hi there";