#include <stdio.h> #include <limits.h> int main() { printf("Storage size for int : %d\n",sizeof(int)); return 0; }有没有兄弟帮忙解释一下,这个代码。