同学之路——在路上

专业交流

导航

2008年3月10日

巩固老本,你被忽悠了没?

摘要: 代码如下: #include using namespace std; int test(int &a) { //int a=2; return (a--); } void main() { int a=2; cout << test(a) << endl; cout << a << endl; } 看看答案是多少呢? 阅读全文

posted @ 2008-03-10 22:36 Camellia 阅读(127) 评论(0) 推荐(0) 编辑