填空题

串行口方式3发送的第9位数据要事先写入______寄存器的______位。

【参考答案】

SCON TB8
<上一题 目录 下一题>
热门 试题

填空题
#include<stdio.h> int add(int a,int b) {int c; c=a+b: return c; } void print(int t) {printf( z=%d n ,t);} main() {int x,y,z; x=1;y=2; z=add(x,y); print(z); } 程序运行结果是:______
填空题
#include<stdio.h> struct mine{int qa,qb,qc;}; main() {struct mine s[2]={{1,2,3},{4,5,6}}; int answer; answer=s[0].qa%s[1].qb; printf( %d n ,answer); } 程序运行结果是:______
相关试题
  • ⑧A
  • ⑦DPTR
  • ⑥A
  • ⑤@DPTR
  • ④#70H