Character string constants must be enclosed in matching quotation marks. You can use either single quotes (') or double quotes ("), but you must use the same type at the beginning and end. Option B starts with a single quote and ends with a double quote, making it invalid.