Is it possible to declare multiple static variables with same name in a single C file?

前端 未结 6 1632
眼角桃花
眼角桃花 2020-12-03 08:34

Is it possible to declare multiple static variables of same name in a single C file with different scopes? I wrote a simple programme to check this and in gcc it got compile

6条回答
提交回复
热议问题