摘要: 1. 值传递#include int sum(int a , int b ){ a++; b++; return a+ b;}int main(){ int a, b; a=4; b=5; printf( "... 阅读全文
posted @ 2013-06-17 17:08 海滨银枪小霸王 阅读(127) 评论(0) 推荐(0)