Computer Science, asked by dewanganshubham964, 2 months ago

It is guaranteed that a ____ has atleast 8bits and a ____ has atleast 16 bits.​

Answers

Answered by mehaksuman2021
1

Explanation:

It is guaranteed that a ____ has at least 8 bits and a ____ has at least 16 bits. Explanation: char types in C++ require atleast 8 bits and short requires atleast 16 bits, whereas for bool only 1 bit suffices and both int and float requires atleast 32 bits.

Answered by itzinnocentbndii
1

Explanation:

It is guaranteed that a ____ has at least 8 bits and a ____ has at least 16 bits. Explanation: char types in C++ require atleast 8 bits and short requires atleast 16 bits, whereas for bool only 1 bit suffices and both int and float requires atleast 32 bits.

Similar questions