Q. How many byte(s) does a short type take in C?
β
Correct Answer: (B)
2
Explanation: In C programming language, the short or short int takes 2 bytes (16 bits) in memory.