194k views
0 votes
Converting from type ________ to type ________ will result in the loss of data.

a. bool, char.
b. float, double.
c. int, char.
d. short, long

User FloF
by
7.9k points

1 Answer

0 votes
C. int, char

ints are usually at least 32 bits long, a char is 8 bits long, so the 24 bit question is
User Howard
by
8.1k points

Related questions