Page 1 of 1

1(填空题) _is used to define the beginning address of the data segment? _is used to define the beginning address of the cod

Posted: Wed Mar 30, 2022 9:19 am
by answerhappygod
 1
1 (38.38 KiB) Viewed 36 times
 2
2 (38.38 KiB) Viewed 36 times
 3
3 (38.38 KiB) Viewed 36 times
1(填空题) _is used to define the beginning address of the data segment? _is used to define the beginning address of the code segment? 第1空 第2空 2 (填空题) _is used to define the array in C code : char c[5]={1,2,3,4,5): _is used to define the array in C code : short c[5]={1,2,3,4,5); _is used to define the array in C code: int c[5]={1,2,3,4,5); 第1空 第2空 第3空: 3 (填空题) _is used to define the array in C code : string c="hello world"; _is used to define the array in C code: string c="hello world\n";
1(填空题) _is used to define the beginning address of the data segment? _is used to define the beginning address of the code segment? 第1空 第2空 2 (填空题) _is used to define the array in C code : char c[5]={1,2,3,4,5): _is used to define the array in C code : short c[5]={1,2,3,4,5); _is used to define the array in C code: int c[5]={1,2,3,4,5); 第1空 第2空 第3空: 3 (填空题) _is used to define the array in C code : string c="hello world"; _is used to define the array in C code: string c="hello world\n";