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