1.

What is the use of Boolean literals?

Answer»

Boolean literals are used to represent one of the Boolean values (True or false). Internally true has value 1 and false has value 0.



Discussion

No Comment Found