#include #include int main() { printf("Storage size for int : %d \n", sizeof(int)); return 0; }