And this is a place where it's comparing strings and numbers in a strange way.
这里其实是对字符串和数字,以一种相当奇怪的方式进行比较的。
Let's actually try to really manipulate these strings in a more deliberate fashion.
让我们以一种更深思熟虑的方式来,巧妙的处理这些字符串。
Strings are just a type on their own.
字符串就是一种单独的类型。
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,*的数据类型,这个知识点我以后会讲到。
应用推荐