What is meant by boolean type data? Explain with an example.
4 Likes
A boolean data type is used to store one of the two boolean values — true or false. The size of boolean data type is 8 bits or 1 byte.
Example:
boolean bTest = false;
Answered By
3 Likes
Distinguish between Primitive and Non-Primitive data types
What do you understand by type conversion?
Define Implicit type conversion with an example.
Write down the data type of the following:
(a) Integer
(b) Character
(c) A fractional number
(d) A special character