综合百科

c语言有哪几种变量 如何定义这些变量

变量类型+变量名

如:

inti;整形

chara;字符型

stringb;字符串型

doublei;双精度实数型

floatc;单精度实数型。