How many bytes in long?

1 answer

Answer

1043550

2026-04-20 15:05

+ Follow

Java
Java

The set of datatypes and the definition of each member is dependent on hardware, the language standard, and the language implementation. Not knowing which language the question relates to is particularly limiting.

In Java, a long consists of 8 bytes. This is also generally true for C and C++, depending upon the compiler used. See the related links for further details.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.