1、stdio.h 头文件:stdio 就是指 “standard input & output"(标准输入输出)
标准函数:
1 2 3 4 5 6 7 |
|
2、C基本数据类型:char 1 short 2 int 4 long 4 float 4 double 8
3、引用和指针的区别和联系:C++:指针和引用的区别与联系-电子发烧友网 (elecfans.com)
1、stdio.h 头文件:stdio 就是指 “standard input & output"(标准输入输出)
标准函数:
1 2 3 4 5 6 7 |
|
2、C基本数据类型:char 1 short 2 int 4 long 4 float 4 double 8
3、引用和指针的区别和联系:C++:指针和引用的区别与联系-电子发烧友网 (elecfans.com)