Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Why can not we use quotation marks (‘ or “) with boolean?

a) It indicates that we are talking about a string
b) It indicates that we are assining a value
c) It indicates that that we are replacing boolean data type with string data type
d) none of the Mentioned

Answer: a
Explanation: Quotation marks are used only with strings.

Join The Discussion