摘要
本文分析了C语言中函数参数的传递方式与函数返回值之间的关系,并总结了返回多个返回值的方法。
This paper analyzed the relationship between the transfer mode of function parameters and the returned value of the function in C Language, and summed up the way to return multiple returned values.
关键词
函数
参数传递
返回值
function
parameter transfer
returned value