Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
为什么直接寻址静态变量而间接寻址局部变量?我看不到本地人的间接来自哪里!
在允许递归使用函数的语言中,需要间接寻址局部变量(通过堆栈指针)。
然而,C 也有静态局部变量,因此static不一定local是相互排斥的概念。
static
local