📜  c语言中有多少种类型的变量-随便代码示例

📅  最后修改于: 2022-03-11 14:58:32.785000             🧑  作者: Mango

代码示例1
There are four main types, char, int float and double.
char being able to accept numbers from 0 to 127.(%c)
int being able to be a number between -32767 and 32767 or a 16 bit signed word.(%i)