What is the difference between character lateral and Boolean lateral?
Answers
Answered by
0
Answer:
A character is any letter, number, space, punctuation mark, or symbol that can be typed on a computer. The word "computer," for example, consists of eight characters. ... Each character requires one byte of space, so "computer" takes up 8 bytes. While
A Boolean expression is an expression used in programming languages that produces a Boolean value when evaluated. A Boolean value is either true or false. ... Boolean expressions correspond to propositional formulas in logic and are a special case of Boolean circuits. A Boolean variable has only two possible values
Hope it helps!
Explanation:
Similar questions