Why can not we use quotation marks (' or ") with boolean?
It indicates that we are talking about a string
It indicates that we are assining a value
It indicates that that we are replacing boolean data type with string data type
None of the mentioned
Correct Answer: A — It indicates that we are talking about a string
Explanation:
Quotation marks are used only with strings.