N
-CH
-FH
的-CH
可用于合成( )
A:N
,N
-CH-FH
B:甲硫氨酸 C:N
,N
=CH-FH
D:嘧啶 E:嘌呤
N5-CH3-FH4的-CH3可用于合成()
A:N5,N10=CH-FH4 B:N5,N10-CH-FH4 C:甲硫氨酸 D:嘧啶 E:嘌呤
将小写字母'n'赋值给字符变量ch,正确的操作是( )。
A:ch='' B:ch=110 C:ch="n" D:ch='N'
设有以下函数过程
Private Function Fun(a( )As Integer,b As String)As Integer
End Function
若已有变量声明:
Dim x(5)As Integer,n As Integer,ch As String
则下面正确的过程调用语句是( )。
A:x(0)=Fun(x,"ch") B:n=Fun(n,ch) C:Call Fun x,"ch" D:n=Fun(x(5),c
有以下程序main( )
{char ch[]="uvwxyz",* pc;
pc=ch;printf("%c\n",*(pc+5));
}
程序运行后的输出结果是【 】。
A:Z C:元素ch[5]的地址 D:字符Y的地址
将小写字母'n'赋值给字符变量ch,正确的操作是( )。
A:ch='' B:ch=110 C:ch="n" D:ch='N'
设有以下函数过程
Private Function Fun(a( ) as integer,b as string)as integer
……
End Function
若已有变量声明:
Dim x(5) as Integer,n as Integer ,ch as string
则下面正确的过程调用语句是( )。
A:x(0)=Fun(x,”ch”) B:n=Fun(n,ch) C:call Fun x,”ch” D:n=Fun(x(5),ch)