C 语言笔记
Ctrlk
  • Introduction
  • First Chapter
  • 第一个程序
  • 变量与数据类型
    • puts 与 printf
    • 整数(short,int,long)
    • 小数(float,double)
    • 字符(char)与字符串
    • 数据类型转换
    • 自增(++)和自减(--)
    • 变量和数据类型
  • 输入输出
  • 附录*关键字及其解释
  • 附录*转义字符
  • 附录*进制转换
  • 附录*单位换算
  • 预处理命令
  • 结构体
  • 指针
  • 资料
Powered by GitBook
On this page

Was this helpful?

变量与数据类型

puts 与 printf整数(short,int,long)小数(float,double)字符(char)与字符串数据类型转换自增(++)和自减(--)变量和数据类型
Previous第一个程序Nextputs 与 printf

Last updated 6 years ago

Was this helpful?