单项选择题有以下程序 main ( ) char str[] = xyz , *ps=str; while (*ps) ps++: for (ps-- ;ps-str>=0 ;ps--) puts(ps); 执行后输出结果是