单项选择题有如下程序: #include <stdio.h> main() { int x=072; printf( %d n , x+1); } 程序运行后的输出结果是______。
单项选择题设a,b,c是整型变量且均已赋值,则以下选项中错误的赋值语句是______。