Computer Science, asked by tripathisk886, 1 year ago

differentiate between true and "true"
Tomorrow is my computer exam
plzzz help
i'll sure mark the correct answer. as brainliest

Answers

Answered by Anonymous
0
true is a set of characters

but when it is enclosed within double quotation marks
as
" true "

it behaves as a string
Answered by tamoghnadbpc
0

true is a character whereas "true" is a String because it is enclosed within double quotes

Data-type of character=char

Data-Type of String=String

Similar questions