以下程序的输出结果为_____。#include<st

以下程序的输出结果为_____。

#include<stdio.h>
void main()
{
    int a=010,j=10;
    printf("%d,%d\n",++a,j--);
}
答案
第1空:9,10

题目信息

题号:6796
题型:填空题
难度:普通