Write down the data type of the following:
(a) Integer
(b) Long Integer
(c) A character
(d) A fractional number
11 Likes
(a) int
(b) long
(c) char
(d) float/double
Answered By
7 Likes
Define the following:
(a) Variable
(b) Floating literal
(c) String literal
(d) Character literal
State the difference between = and ==
How are data types classified?
What is an operator? Name the different types of operators.