填空题
媒体在计算机领域中的含义,是指存储信息的实体和
【4】
。
【参考答案】
[4]载体
点击查看答案
<上一题
目录
下一题>
热门
试题
填空题
层次模型的典型代表是IBM公司的 【6】 数据库管理系统。
点击查看答案
填空题
若输入this test terminal,以下程序的输出结果为:terminal test this。请填空。#define MAXLINE 20【10】 { int i;char * pstr[3],str[3][MAXLINE];for(i=0;i<3;+ +)pstr[i]=str[i];for(i=0;i<3;i + +)scanf( %s ,pstr[1]);sort(pstr);for(i=0;i<3;i+ +)prntf( %s ,pstr[i]);}sort( 【11】 )char * pstr[3];{int i,j;char * p;for(i=0;i<3;i+ +)for(j=i + 1;j<3;j + +)if(strcmp(* (pstr+i,* (pstr+j)>0{p=* (pstr + i);* (pstr + i= 【12】 ;* (pstr +j)=p;}
点击查看答案&解析
相关试题
请读程序片段:int a=17;printf( %...
若变量n中的值为24,则函数共输出 【1...
mystrlen函数的功能是计算str所指字符串的...
数据库存管理系统常见的灵敏据模型有层次、...
计算机中网络通信协议IP是 【5】 。