C Program to find the Size of Different data types. C Program #include #include main() { clrscr(); printf(" short int is %2d bytes \n", sizeof(short int)); ...
確定! 回上一頁