单项选择题对字符数组s赋值,不合法的一个是( )。
单项选择题有以下程序: #include <stdio.h> main() int a=2, b=2, c=2; printf( %d n , a b&c); 程序运行后输出的结果是( )。