码迷,mamicode.com
首页 >  
搜索关键字:反向排列    ( 31个结果
The practice program of C on point
//字符反向排列 //vision 1.2 #include void reverse_string( char *str ) { char *string;//第一个字符位置 char *last_char;//最后一个字符位置 //for( last_char = str; ; last_char++ ) // if( *last_char == '\...
分类:其他好文   时间:2014-10-29 22:24:08    阅读次数:254
31条   上一页 1 2 3 4
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!