码迷,mamicode.com
首页 > 其他好文 > 详细

腾讯笔试题

时间:2014-09-16 18:52:40      阅读:177      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   io   os   ar   div   sp   log   

 1 #include <iostream>
 2 
 3 using namespace std;
 4 void hello(int a ,int b=7,char* pszC="*")
 5 {
 6     cout<<"hello";
 7 }
 8 
 9 int main()
10 {
11   // hello(5);
12   // hello(5,8);
13    hello(6,"#"); //报错
14   //hello(0,0,"#");
15     return 0;
16 }

 

腾讯笔试题

标签:style   blog   color   io   os   ar   div   sp   log   

原文地址:http://www.cnblogs.com/luoweiKnowledge/p/3975531.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!