1

I just started learning C and had a question about data types? I learned in theory that a long double has the size of 10 bytes but when I run it with
long double a; printf("Size of long double = %ld bytes\n", sizeof(a)); The output is 16 bytes. Why is this the case?

Angel K
  • 11
  • 2

0 Answers0