In a 32-bit compiler, which 2 types have the same size?
(a) char and short
(b) short and int
(c) int and float
(d) float and double
This question was addressed to me during an internship interview.
Question is taken from Float Datatype topic in section Floating Point & Sizeof Operator in C of C