sizeof 用于类型: sizeof(type);. sizeof用于变量: sizeof(var); sizeof var; // 由此可知,sizeof并不是函数. 示例: int var = 0; printf("%d\n", ...
確定! 回上一頁