-
if语句的基本形式是:if (表达式) 语句,以下关于"表达式"值的叙述中正确的是
1970/01/01 点击:6302
-
下列条件语句中,输出结果与其他语句不同的是
1970/01/01 点击:6177
-
若有以下程序
#include
main()
{ int a=1,b=2,c=3,d=4, r=0;
if (
1970/01/01 点击:6030
-
以下叙述中正确的是
1970/01/01 点击:6024
-
有如下程序
#include
main( )
{
int a = 0, b = 1;
if (a++ && b++)
1970/01/01 点击:6026
-
有如下程序
#include
main( )
{
char a = '0', b = 'a';
int i;
for
1970/01/01 点击:6023
-
有以下程序
#include
main( )
{
int x = 0x13;
if (x = 0x12) printf("Tr
1970/01/01 点击:6028
-
有以下程序
#include
main()
{ int a=0,b=0,c=0,d=0;
if(a=1) b=1;
1970/01/01 点击:6023
-
有以下程序
#include
main( )
{ char ch = '1';
while (ch < '9')
{
1970/01/01 点击:6020
-
有以下程序
#include
int fun (int x, int y )
{ if (x!=y) return (
1970/01/01 点击:6017
学习资料下载
扫描关注微信躺着学
QQ交流:565189854
UI&前端:728789100