int main() {. 4. int x = 20;. 5. char y = 'a';. 6. //Using variable names as input. 7. printf("The size of int is: %d\n", sizeof(x));.
確定! 回上一頁