int k ; char *s = “ABC”; for( k=10; k != 0; k-- ) ; printf ( "%d", k ); while( *s++ ) putchar( *s ); 查看完整描述