#include static long lll; int main(void) { printf ("+++Long size:\n"); printf ("%d\n", sizeof (lll)); return 0; }