冷静小鸽子

文章
5
资源
0
加入时间
2年10月17天

C语言关键字以及-格式输入输出中“%d,%o,%x,%e,%f”等的含义

32个关键字:数据类型13个:void  signed unsigned short long int  float double  char  enum  struct union  typedef  (_Bool _Imaginary _Complex) 类型限定、修饰2个:const volatile (restrict  inline) 变量的存储类别4个:auto  static...