()作为平衡负荷与能力的基本单元,是运行能力计划时的计算对象。
参考答案:工作中心
下面程序的输出结果是______。 #include<stdio. h> main() {static char b[]="Hello!world!"; char *chp=&b[6]; while(--chp>=&b[0])putchar(*chp); putchar(’\n’); }