C For a program which is not linked, what is the value of the global pointer stored in the .data?

前端 未结 0 2003
天涯浪人
天涯浪人 2021-01-21 22:17

the program is:

#include 

char *str = "hello";

int main()
{
    return 0;
}

so when it is compiled, the info in the .d

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