c语言数据类型总结 一,基本类型1,int1>long int ==long 8个字节 %ld2>short int ==short 2个字节 %d %i3>unsigned int ==unsigned 4个字节 %zd4>signed int ==signed==int 4个字节 %d %i2,float /double1>float ... c/c++ 2023-06-25 177 点赞 2 评论 268 浏览