题目描述 单选 下列用printf函数输出变量a和b并换行的代码中正确的选项是? A. printf("a b\n"); B. printf("%d %d", a, b); C. printf("%d %d\n", a, b); D. printf("%d %d %d", a, b, endl);