📅  最后修改于: 2022-03-11 14:58:32.785000             🧑  作者: Mango
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)