填空题
—个关系表的行称为()。
【参考答案】
元组
热门
试题
单项选择题
有以下程序 #include <stdio.h> main() {FILE *fp; int i; char ch[]= abcd ,t; fp=fopen( abc.dat , wb++ ); for(i=O;i<4;i++)fwrite(&ch[i],1,1,fp); fseek (fp,-2L,SEEK_END); fread (&t,1,1,fp); fclose (fp); printf ( %c n ,t); } 程序执行后的输出结果是()。