I am studying type modifiers in c and when i am facing some problem

49 Views Asked by At

I am trying to check the size of long using size_of() opertaor it shows 4 byte which should be 8.the problem is only for long modifier. Is someone having any solution for this?

I am getting size of long modifier in vs code as 4 byte, but the expected size is 8byte.

0

There are 0 best solutions below