int * foo(void) { static int i; return& i; }int *foo(void){static int i;return &i;} 可以。这取决于你在做什么以及你是如何做的。It can be. That depends on what you''re doing and how you do it. 如果你小心的话(见上文)。Not if you''re careful (see above). 小心。首先,他们不会返回当地 变量的地址。 - Richard Heathfield Usenet是一个奇怪的地方 - dmr 29/7/1999 http://www.cpax.org.uk 电子邮件:rjh在上述域名中, - www。Carefully. For one thing, they don''t return the addresses of localvariables.--Richard Heathfield"Usenet is a strange place" - dmr 29/7/1999 http://www.cpax.org.ukemail: rjh at the above domain, - www. 这篇关于返回局部变量的地址的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
06-15 06:15