• 2022-06-09 问题

    有以下程序#include;#include;structA{inta;charb[10];doublec;};voidf(structAt);main(){structAa={1001,"ZhangDa",1098.0};f(a);printf("%d,%s,%6.1f",a.a,a.b,a.c);}voidf(structAt){t.a=1002;strcpy(t.b,"ChangRong");t.c=1202.0;}程序运行后的输出结果是() A: 1002,ZhangDa,1202.0 B: 1001,ChangRong,1098.0 C: 1001,ZhangDa,1098.0 D: 1002,ChangRong,1202.0

    有以下程序#include;#include;structA{inta;charb[10];doublec;};voidf(structAt);main(){structAa={1001,"ZhangDa",1098.0};f(a);printf("%d,%s,%6.1f",a.a,a.b,a.c);}voidf(structAt){t.a=1002;strcpy(t.b,"ChangRong");t.c=1202.0;}程序运行后的输出结果是() A: 1002,ZhangDa,1202.0 B: 1001,ChangRong,1098.0 C: 1001,ZhangDa,1098.0 D: 1002,ChangRong,1202.0

  • 2022-06-09 问题

    有以下程序:<br/>#include&lt;stdio.h&gt;<br/>#include&lt;string.h&gt;<br/>structA<br/>{<br/>inta;<br/>charb&#91;10&#93;;<br/>doublec;<br/>};<br/>voidf(structAt);<br/>main()<br/>{<br/>structAa={1001,&quot;ZhangDa&quot;,1098.0};<br/>f(a);<br/>printf(&quot;%d,%s,%6.1f\n&quot;,a.a,a.b,a.c);<br/>}<br/>voidf(structAt)<br/>{<br/>t.a=1002;<br/>strcpy(t.b,&quot;ChangRong&quot;);<br/>t.c=1202.0;<br/>returnt;<br/>}<br/>程序运行后的输出结果是()。 A: 1001,ZhangDa,1098.0 B: 1002,ChangRong,1202.0 C: 1001,ChangRong,1098.0 D: 1002,ZhangDa,1202.0

    有以下程序:<br/>#include&lt;stdio.h&gt;<br/>#include&lt;string.h&gt;<br/>structA<br/>{<br/>inta;<br/>charb&#91;10&#93;;<br/>doublec;<br/>};<br/>voidf(structAt);<br/>main()<br/>{<br/>structAa={1001,&quot;ZhangDa&quot;,1098.0};<br/>f(a);<br/>printf(&quot;%d,%s,%6.1f\n&quot;,a.a,a.b,a.c);<br/>}<br/>voidf(structAt)<br/>{<br/>t.a=1002;<br/>strcpy(t.b,&quot;ChangRong&quot;);<br/>t.c=1202.0;<br/>returnt;<br/>}<br/>程序运行后的输出结果是()。 A: 1001,ZhangDa,1098.0 B: 1002,ChangRong,1202.0 C: 1001,ChangRong,1098.0 D: 1002,ZhangDa,1202.0

  • 2022-06-09 问题

    有以下程序:<br/>#include&lt;stdio.h&gt;<br/>#include&lt;string.h&gt;<br/>structA<br/>{<br/>inta;<br/>charb&#91;10&#93;;<br/>doublec;<br/>};<br/>structAf(structAt);<br/>main()<br/>{<br/>structAa={1001,&quot;ZhangDa&quot;,1098.0};<br/>a=f(a);<br/>printf(&quot;%d,%s,%6.1f\n&quot;,a.a,a.b,a.c);<br/>}<br/>structAf(structAt)<br/>{<br/>t.a=1002;<br/>strcpy(t.b,&quot;ChangRong&quot;);<br/>t.c=1202.0;<br/>returnt;<br/>}<br/>程序运行后的输出结果是()。 A: 1001,ZhangDa,1098.0 B: 1002,ZhangDa,1202.0 C: 1001,ChangRong,1098.0 D: 1002,ChangRong,1202.0

    有以下程序:<br/>#include&lt;stdio.h&gt;<br/>#include&lt;string.h&gt;<br/>structA<br/>{<br/>inta;<br/>charb&#91;10&#93;;<br/>doublec;<br/>};<br/>structAf(structAt);<br/>main()<br/>{<br/>structAa={1001,&quot;ZhangDa&quot;,1098.0};<br/>a=f(a);<br/>printf(&quot;%d,%s,%6.1f\n&quot;,a.a,a.b,a.c);<br/>}<br/>structAf(structAt)<br/>{<br/>t.a=1002;<br/>strcpy(t.b,&quot;ChangRong&quot;);<br/>t.c=1202.0;<br/>returnt;<br/>}<br/>程序运行后的输出结果是()。 A: 1001,ZhangDa,1098.0 B: 1002,ZhangDa,1202.0 C: 1001,ChangRong,1098.0 D: 1002,ChangRong,1202.0

  • 2022-05-30 问题

    Word中插入数学公式的方法是()。 A: &quot;插入&quot;→&quot;形状&quot;→&quot;公式&quot; B: &quot;开发工具&quot;→&quot;公式&quot; C: &quot;插入&quot;→&quot;公式&quot;→&quot;插入新公式&quot; D: &quot;引用&quot;→&quot;插入&quot;→&quot;公式&quot;

    Word中插入数学公式的方法是()。 A: &quot;插入&quot;→&quot;形状&quot;→&quot;公式&quot; B: &quot;开发工具&quot;→&quot;公式&quot; C: &quot;插入&quot;→&quot;公式&quot;→&quot;插入新公式&quot; D: &quot;引用&quot;→&quot;插入&quot;→&quot;公式&quot;

  • 2022-06-18 问题

    定义并初始化一个用于存放我们国家的四个直辖市的数组cityName,四个直辖市为:北京,上海,天津,重庆. 正确的是_________ A: String[] cityName=new String[4]{&quot;北京&quot;,&quot;上海&quot;,&quot;天津&quot;,&quot;重庆&quot;}; B: String[] cityName=new String[]{&quot;北京&quot;,&quot;上海&quot;,&quot;天津&quot;,&quot;重庆&quot;}; C: String[] cityName={&quot;北京&quot;,&quot;上海&quot;,&quot;天津&quot;,&quot;重庆&quot;}; D: String cityName = new String[4] { &quot;北京&quot;, &quot;上海&quot;, &quot;天津&quot;, &quot;重庆&quot; };

    定义并初始化一个用于存放我们国家的四个直辖市的数组cityName,四个直辖市为:北京,上海,天津,重庆. 正确的是_________ A: String[] cityName=new String[4]{&quot;北京&quot;,&quot;上海&quot;,&quot;天津&quot;,&quot;重庆&quot;}; B: String[] cityName=new String[]{&quot;北京&quot;,&quot;上海&quot;,&quot;天津&quot;,&quot;重庆&quot;}; C: String[] cityName={&quot;北京&quot;,&quot;上海&quot;,&quot;天津&quot;,&quot;重庆&quot;}; D: String cityName = new String[4] { &quot;北京&quot;, &quot;上海&quot;, &quot;天津&quot;, &quot;重庆&quot; };

  • 2022-06-18 问题

    已知有一个名为names的空列表,如何向其中添加old_driver,rain,jack,shanshan,peiqi,black_girl 元素? A: names.append(&quot;old_driver&quot;,&quot;rain&quot;,&quot;jack&quot;,&quot;shanshan&quot;,&quot;peiqi&quot;,&quot;black_girl&quot;) B: names.extend(&quot;old_driver&quot;,&quot;rain&quot;,&quot;jack&quot;,&quot;shanshan&quot;,&quot;peiqi&quot;,&quot;black_girl&quot;) C: names.insert(&quot;old_driver&quot;,&quot;rain&quot;,&quot;jack&quot;,&quot;shanshan&quot;,&quot;peiqi&quot;,&quot;black_girl&quot;) D: names.extend([&quot;old_driver&quot;,&quot;rain&quot;,&quot;jack&quot;,&quot;shanshan&quot;,&quot;peiqi&quot;,&quot;black_girl&quot;])

    已知有一个名为names的空列表,如何向其中添加old_driver,rain,jack,shanshan,peiqi,black_girl 元素? A: names.append(&quot;old_driver&quot;,&quot;rain&quot;,&quot;jack&quot;,&quot;shanshan&quot;,&quot;peiqi&quot;,&quot;black_girl&quot;) B: names.extend(&quot;old_driver&quot;,&quot;rain&quot;,&quot;jack&quot;,&quot;shanshan&quot;,&quot;peiqi&quot;,&quot;black_girl&quot;) C: names.insert(&quot;old_driver&quot;,&quot;rain&quot;,&quot;jack&quot;,&quot;shanshan&quot;,&quot;peiqi&quot;,&quot;black_girl&quot;) D: names.extend([&quot;old_driver&quot;,&quot;rain&quot;,&quot;jack&quot;,&quot;shanshan&quot;,&quot;peiqi&quot;,&quot;black_girl&quot;])

  • 2022-06-11 问题

    以下哪个选项是正确的json数据格式: A: { &quot;id&quot;: 2, &quot;userName&quot;: admin, &quot;passWord&quot;: 12345, &quot;email&quot;: admin@qq.com} B: { id: 2, userName: &quot;admin&quot;, passWord: &quot;12345&quot;, email: &quot;admin@qq.com&quot;} C: { &quot;id&quot;: 2, &quot;userName&quot;: &quot;admin&quot;, &quot;passWord&quot;: &quot;12345&quot;, &quot;email&quot;: &quot;admin@qq.com&quot;,} D: { &quot;id&quot;: 2, &quot;userName&quot;: &quot;admin&quot;, &quot;passWord&quot;: &quot;12345&quot;, &quot;email&quot;: &quot;admin@qq.com&quot;}

    以下哪个选项是正确的json数据格式: A: { &quot;id&quot;: 2, &quot;userName&quot;: admin, &quot;passWord&quot;: 12345, &quot;email&quot;: admin@qq.com} B: { id: 2, userName: &quot;admin&quot;, passWord: &quot;12345&quot;, email: &quot;admin@qq.com&quot;} C: { &quot;id&quot;: 2, &quot;userName&quot;: &quot;admin&quot;, &quot;passWord&quot;: &quot;12345&quot;, &quot;email&quot;: &quot;admin@qq.com&quot;,} D: { &quot;id&quot;: 2, &quot;userName&quot;: &quot;admin&quot;, &quot;passWord&quot;: &quot;12345&quot;, &quot;email&quot;: &quot;admin@qq.com&quot;}

  • 2021-04-14 问题

    把一个JSON格式数据赋给变量color:color = &quot色彩":[ &quot暖色":[&quot红",&quot橙",&quot黄"], &quot冷色":[&quot青",&quot蓝"], &quot中性色":[&quot紫",&quot绿",&quot黑",&quot灰",&quot白"] ]以下能够取到冷色“[&quot青",&quot蓝"]”的是哪一个选项?_

    把一个JSON格式数据赋给变量color:color = &quot色彩":[ &quot暖色":[&quot红",&quot橙",&quot黄"], &quot冷色":[&quot青",&quot蓝"], &quot中性色":[&quot紫",&quot绿",&quot黑",&quot灰",&quot白"] ]以下能够取到冷色“[&quot青",&quot蓝"]”的是哪一个选项?_

  • 2022-05-30 问题

    在Excel中,为表格添加边框的正确的操作是()。 A: 单击&quot;单元格&quot;中的&quot;边框&quot; B: 单击&quot;单元格&quot;中的&quot;边框和底纹&quot; C: 单击&quot;插入&quot;中&quot;边框&quot; D: 单击&quot;插入&quot;中&quot;单元格&quot;

    在Excel中,为表格添加边框的正确的操作是()。 A: 单击&quot;单元格&quot;中的&quot;边框&quot; B: 单击&quot;单元格&quot;中的&quot;边框和底纹&quot; C: 单击&quot;插入&quot;中&quot;边框&quot; D: 单击&quot;插入&quot;中&quot;单元格&quot;

  • 2022-06-29 问题

    下面语句中,正确的是( )。 A: printf(&quot;%c &quot;,&quot;student&quot;); B: printf(&quot;%c &quot;,&quot;c&quot;); C: printf(&quot;%s &quot;,&amp;a); D: printf(&quot;%s &quot;,&quot;hello&quot;);

    下面语句中,正确的是( )。 A: printf(&quot;%c &quot;,&quot;student&quot;); B: printf(&quot;%c &quot;,&quot;c&quot;); C: printf(&quot;%s &quot;,&amp;a); D: printf(&quot;%s &quot;,&quot;hello&quot;);

  • 1 2 3 4 5 6 7 8 9 10