How many bytes can each of the in c plus plus language data type hold?

1 answer

Answer

1003031

2026-08-04 07:55

+ Follow

The only certainty is that a char holds one byte. All other primitives are implementation dependant. However, you can determine the length of any type, including user-defined types, by using the sizeof() operator.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.