sizeof Number of bytes used by int, long, etc isn't guaranteed Use the sizeof() operator to find out their actual sizes sizeof(int) long l; sizeof(l) Can omit parenthesis on variables sizeof l