Computer Science, asked by vishwaneraj6943, 11 months ago

Which of the datatypes have size that is variable? Int struct float double

Answers

Answered by gurukulamdivya
2

Answer:

capacity if int is 4 bytes

capacity of float is 4 bytes

capacity of double is 8 bytes

Similar questions