Skip to main content
Untitled Document

String Literals

String Literals

String Literals

String literals are enclosed in quotation markes '"'...'"' and can be used where ever an array of characters is allowed. The ASCII constant escaping noted under, `Unnamed Constants,' applies to each character within the string literal.

Note that a string literal terminates with the first NUL characters (0x00).