Final answer:
The correct answer is c. int < char < float. In C programming language, the size of int is usually 4 bytes, while the size of char is 1 byte. The size of float is usually 4 bytes as well.
Step-by-step explanation:
The correct answer is c. int < char < float. In C programming language, the size of int is usually 4 bytes, while the size of char is 1 byte. The size of float is usually 4 bytes as well.