单项选择题下面程序的输出结果是______。 main() { int a=6,b=3; printf( %d n b=(a b,a%b)); }
单项选择题下列字符序列中,不可用作C语言标识符的是______。