Which of the following data types comes under 'Floating' data type?
float
byte
double
a and c
Correct Answer: D — a and c
Explanation:
Only 'float' and 'double' belong to floating-point numbers. 'byte' comes under 'Integer' data type.