设有定义char str[80];以下不能将输入数据first/nsecond/n<CR>读取到数组str中的语句是
A:cin.get(str, strlen(str)); B:cin.getline(str,strlen(str)); C:cin>>str; D:cin.read(str, strlen(str));
设有定义char str[80];以下不能将输入数据first/nsecond/n读取到数组str
中的语句是
A:ein.get(str,strlen(str)); B:cin.getline(str,strlen(str)); C:cin>>str; D:cin.read(str,strlen(str));
设有char str[80];以下不能将输入数据first/nsecond/n<CR>读取到数组str中的语句是
A:cin.get(str,strlen(str)); B:cin.getline(str,strlen(str)); C:cin>>str; D:cin.read(str,strlen(str));
设有定义charstr[80]以下不能将输人数据nrst/nsecond/<CR)读取到数组str的语句是( )。
A:cin.get(str,strlen(str)); B:cin.getline(str,strlen(str)); C:cin>>str; D:dn.read(str,strlen(str));
设有char str[80]以下不能将输入数据first/nsecond/n<CR>读取到数组sir中的语句是
A:cin.get(str, strlen(str)); B:cin.getline(str, strlen(str)); C:cin>>str; D:cin.read(str, strlen(str));
设有定义char str[80];以下不能将输入数据first/nsecond/n<CR>读取到数组str中的语句是
A:ciget(str, strlen(st); B:cigetline(str,strlen(st); C:cin>>str; D:ciread(str, strlen(st);
设有char str[80];以下不能将输入数据first/nsecond/n<CR>读取到数组str中的语句是
A:ciget(str,strlen(st); B:cigetline(str,strlen(st); C:cin>>str; D:ciread(str,strlen(st);