Declarations and Initializations - Programming

Q1:

float is 4 bytes wide, whereas a double is 8 bytes wide.

A True

B False

ANS:A - True

True,
float = 4 bytes.
double = 8 bytes.