A long double in C++ typically requires 10 bytes of memory. True False؟
إجابة الطالب المختصرة من خلال موقع بوابة الإجابات هي
True
False.
A `long double` in C++ typically requires either **128 bits (16 bytes)** or **80 bits (10 bytes)** of memory, depending on the compiler and platform. While 10 bytes *is* possible, 16 bytes is increasingly common, especially on 64-bit systems. So the statement that it *typically* requires 10 bytes is not universally true anymore. It's better to say a `long double` typically uses either 10 or 16 bytes, with 16 bytes becoming more prevalent. Therefore, claiming it's *typically* 10 bytes is inaccurate.
اذا كان لديك إجابة افضل او هناك خطأ في الإجابة علي سؤال A long double in C++ typically requires 10 bytes of memory. True False اترك تعليق فورآ.