摘要: C语言程序设计基础知识点 1、函数是C语言的基本构成单位。main函数是C语言程序的唯一入口。 2、数据类型:基本数据类型有int,char,float,double,void 整形: int 占4个字节16位。 无符号整形: unsigned int 占4个字节16位。 短整型: short in 阅读全文
posted @ 2019-01-20 21:13 伴生 阅读(166) 评论(2) 推荐(0) 编辑