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";
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!