试写出以下程序段的运行结果#include<stdio.h>main( ) { int a=88,b=89; printf("a=%d,b=%d",a,b); } A、88 89; B、88,89; C、a=88,b=89; D、a=88 b=89 发布时间:2025-07-17 01:12:58