单项选择题A.*sB.SC.*s++D.(*s)++
单项选择题有以下程序: main() int a; char c=10; float f=100.0; double x; a=f =c*=(x=6.5); printf( %d %d %3.1f %3.1f n ,a,c,f,x); 程序运行后的输出结果是( )。