在下图所示的三态门电路中,使能控制端 IA、IB______不能保证该电路正常工作。 在下图所示的三态门电路中,使能控制端 IA、IB______不能保证该电路正常工作。 C 贰号仓库 2022年06月07日 0 点赞 0 评论 3694 浏览
以下程序段运行后,屏幕的输出结果是( )。char str[80]; strcpy(str,"computer");printf("%d",strlen(str)); 以下程序段运行后,屏幕的输出结果是( )。char str[80]; strcpy(str,"computer");printf("%d",strlen(str));C 贰号仓库 2022年06月07日 0 点赞 0 评论 858 浏览
以下程序的运行结果是( )。 void main() {int s = 0, i = 0; while(i { i++; if(i%2==0) continue; s+=i; } printf("%d\n",s); } 以下程序的运行结果是( )。 void main() {int s = 0, i = 0; while(i { i++; if(i%2==0) continue; s+=i; } printf("%d\n",s); }C 贰号仓库 2022年06月07日 0 点赞 0 评论 6122 浏览