(17)以下是if语句的基本形式:
if(表达式) 语句
其中"表达式"( )。
A)必须是逻辑表达式 B)必须是关系表达式
C)必须是逻辑表达式或关系表达式 D)可以是任意合法的表达式
(18)有以下程序
#include <stdio.h>
main()
{ int x;
&