NXC
Version 1.2.1 r5
|
String constants in NXC, just as in C, are delimited with double quote characters.
NXC has a string data type that makes strings easier to use than in C. Behind the scenes, a string is automatically converted into an array of bytes, with the last byte in the array being a zero. The final zero byte is generally referred to as the null terminator.