Which of the following is smallest integer data type?
short
long
byte
double
Correct Answer: C — byte
Explanation:
'byte' is signed 8-bit smallest integer data type that has range from -128 to 127.