what happens in the memory when i give a global variable a value at runtime in c?

后端 未结 0 1206
-上瘾入骨i
-上瘾入骨i 2020-11-30 05:15

in c Uninitialized static and global variables are on the uninitialized data segement .

so in this code

int var; //on the uninitialized  data segement
         


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