

1、单选题:
下列标识符中,不合法的用户标识符为( )
选项:
A: month
B: _5xy
C: int
D: your_name
答案: 【 int】
1、填空题:
若a, b均为int类型变量,则执行以下程序段后的输出是:___________x=15; y=5; printf("%dn",x%=(y%2));
答案: 【 0】
1、填空题:
设i, j, k是int类型变量,且i=3, j=4, k=5,则表达式 i && j运算结果是_______, !((i<j)&&!k||1) 运算结果是________
答案: 【 1 0##%_YZPRLFH_%##1,0##%_YZPRLFH_%##1、0】
1、填空题:
程序如下,下叙述中正确的是______。#include<stdio.h>int main(){ char a1=’M’, a2=’m’; printf("%cn",(a1, a2)); }
答案: 【 m】
2、填空题:
以下程序运行后输出的结果是________。#include<stdio.h>int main(){ int a,b,d=25; a=d/10%9; b=a+-1; printf("%d,%dn",a,b);}
答案: 【 2,1】
1、填空题:
若从键盘输入58,则以下程
备案号:冀ICP备20010840号 2020-2099辉辉网络科技 All Rights Reserved