How can a Static variable from other file accessed here on the C program below?

后端 未结 0 1462
有刺的猬
有刺的猬 2021-01-30 12:34
#include 
#include 
int function(int);

int main()
{
    int a=1;
    extern b;//can be only declared
    printf("a=%d\\n",funct         


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