niusouti.com
参考答案和解析
参考答案:C
更多“Program that can destroy another computer’s programs are called () . ”相关问题
  • 第1题:

    使用S函数时,必须在模型编辑窗口添加()模块。

    A.Sine Wave

    B.S-Function

    C.Scope

    D.S-Program


    S-Function

  • 第2题:

    32、定义“char **s;”并为s正确赋值后,以下表达式正确的是()

    A.s=”computer”;

    B.* s=”computer”;

    C.** s-“computer”;

    D.* s=‘c’;


    * s=”computer”;

  • 第3题:

    【单选题】设有说明:char s1[10],*s2=s1;则以下正确的语句是 。

    A.s1[]="computer"

    B.s1[10]="computer"

    C.s2="computer"

    D.*s2="computer"


    C

  • 第4题:

    下列是为字符数组赋字符串的语句组,其中错误是:

    A.char s[10]; s=”program”;

    B.char s[]=”program”;

    C.char s[10]=”Hello!”;

    D.char s[10];strcpy(s,”hello!”);


    char s[10]; s= ” program ” ;

  • 第5题:

    【单选题】使用S函数时,必须在模型编辑窗口添加()模块。

    A.Sine Wave

    B.S-Function

    C.Scope

    D.S-Program


    S-Function

  • 第6题:

    5、下列是为字符数组赋字符串的语句组,其中错误是:

    A.char s[10]; s=”program”;

    B.char s[]=”program”;

    C.char s[10]=”Hello!”;

    D.char s[10];strcpy(s,”hello!”);


    char s[10]; s= ” program ” ;