So far, we have the following in our language. Right, we have assignment.
至今为止,我们已经学习了,该语言的以下内容,我们学习了赋值语句。
Well, unfortunately in C, you have to be ever so specific as to what you wanna put in the variable.
很不幸,在C语言里,给变量赋值之前,你必须搞清楚它的数据类型。
You have to with C, as with a lot of programming language, say what you return.
在C语言和大部分语言中,你必须说明函数的返回值。
应用推荐