未分类题

以下程序的输出结果是 【7】 。
#include 'stdio.h'
main()
{int a=065;
printf( '%d\n',--a);
}

A.h'

【参考答案】


52