Home » MCQs » C++ MCQs
49. How many byte(s) does a short type take in C++?
Answer: B) 2
Explanation:
In C++, the short or short int takes 2 bytes (16 bits) in memory.
Comments and Discussions!
Load comments ↻
Recently Published MCQs