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
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";