【单选题】有以下程序 #include int fun(char *s) { char *p=s; while( *p != '\0') p++; return(p-s); } main() { char *p="01234"; printf("%d\n",fun(p)); } 程序的运行结果是 ______ 。
【单选题】有以下程序 #include int fun(char *s) { char *p=s; while( *p != '\0') p++; return(p-s); } main() { char *p="01234"; printf("%d\n",fun(p)); } 程序的运行结果是
【判断题】缺碘引起甲状腺肿大属于甲状腺增生。( )
【单选题】在窗体中添加一文本框TextBox1.Text,然后编写以下程序代码: Private Sub Form1_Click(…) Handles Me.Click Dim a = Split(TextBox1.Text, ",") Dim strTemp As String For i = a.GetLowerBound(0) To a.GetUpperBound(0) strTemp &= a(i)...
【单选题】系统总体方案中,对系统运行环境的描述,内容包括:系统运行的基本要求及条件;管理思想及管理方法更新的设想;管理体制改革及组织机构;和 ( )。
【单选题】外防外贴法铺贴卷材防水层时,合成高分子类卷材立面卷材接槎搭接宽度为( ) mm
【简答题】外防外贴法铺贴卷材防水层时,合成高分子类卷材立面卷材接槎搭接宽度为( )mmA.100 B.150 C.170 D.200
【单选题】有以下程序 #include int fun(char *s) { char *p=s; while( *p++ != '\0'); return(p-s); } main() { char *p="01234"; printf("%d\n",fun(p)); } 程序的运行结果是 ______ 。
【判断题】TVM 补币由客运值班员与站务员共同完成,严禁同时操作多台设备。