C语言100问第一题(求各位大神的帮助!!!)

#include<stdio.h> int test=5;  void main() { int test=10; void fun1();/*----5----*/ printf("2--%d\n",test);/*----10----*/     {int test=15;     printf("3--%d\n",test);/*----15----*/     } } void fun1(
相关文章
相关标签/搜索