/* segment bss et data */ #define N 1000 int t[N]; /* version 1 */ //int t[N]={1}; /* version 2 */ int main() { return 0; }