The output result is a String data type.
输出结果是一个 String 数据类型。
What about the string data type named as token?
token字符串数据类型是干什么的呢?
String data type is a representation of string literals.
String 数据类型代表字符串字面值。
String is actually not a data type in C. It actually is something called a char star and we'll come back to this before long.
字符串在C语言里其实不是一种数据类型,而是一种称为char,*的数据类型,这个知识点我以后会讲到。
应用推荐