How to use a static value within a function

后端 未结 0 1826
南笙
南笙 2021-01-30 12:25

I\'ve written the following toy function to see how the stack grows downwards on recursive function calls and then unwinds on returns:

void countdown(int n) {

           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题