Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 212 Bytes

ji-ben-shu-ju-lei-xing.md

File metadata and controls

17 lines (12 loc) · 212 Bytes

C语言基本数据类型:char short int long float double

格式化输出:

  • char %c
  • short %d
  • int %d
  • long %ld
  • float %f
  • double %lf
  • %x 十六进制
  • %o 八进制
  • %s 字符串
  • %#x 地址