A: Which of these newspapers have you read?
B: I’ve read _____them.
A. both
B. both of
C. any of
第1题:
下列程序使用系统标准输入System.in从键盘获得输入字符串,请选择正确的一项填入下列程序的横线处。 import java.io.*; public class ex26 { public static void main(String args[]) { byte buffer[] = new byte[128]; int n; try { n = for(int i = 0; i < n; i++) System.out .print ( (char)buffer [i] ); catch (IOException e) { System.out.print (e); } } }
A.System.in.read(buffer)
B.system.in.read(buffer)
C.System.in.read0
D.System.in(buffer)
第2题:
第3题:
常用的外部数据读取函数有()
A.read.table()
B.read.csv()
C.read.spss()
D.read.txt()
第4题:
第5题:
以下read函数的调用形式中,参数类型正确的是
A.read(int fd,char *buf,int count)
B.read(int *buf,int fd,int count)
C.read(int fd,int count,char *buf)
D.read(int count,char *buf,int fd)
第6题:
R中读取外部文件的函数有()
A.read.table
B.read.csv
C.read.xlsx
D.read.xlsx2
E.read,delim