Q. Select the odd one out with respect to type?
β
Correct Answer: (B)
float
Explanation:
- int, float, and long are numeric data types used for storing numbers.
- char, on the other hand, is a character data type, used for storing a single character.
Since char is not a numeric type, it is the odd one out.
Correct Answer:
β (C) char