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.