The hostel does not have any restaurants on site.
查看答案
Getting to meet and talk with new people from all over the world is one of the good things about this hostel.
A. 对
B. 错
At the end, the boy in the video said that he is staying at this hostel in Bali to show people that "you don't need to have a lot of money to have a great time".
A. 对
B. 错
以下能正确定义一维数组的选项是()。
A. int num(5*2);
B. int num[5*2];
C. int long[10];
D. int num(10);
以下对一维数组a进行正确初始化的语句是()。
A. int a[10]=(0,0,0,0,0);
B. int a[10]={1;3;6;8;9};
C. int a[ ]={0,1};
D. int a[10]={ };