===== String Constants ===== String constants are zero or more characters enclosed by either double quotation marks(") or single quotation marks ('). ====Examples==== |'I said "Hello."'| |"Tuesday Rocks"| |'123'| |"it is Smith's"|