阿尔卡特的一个笔试题
07-19 17:17:54| http://www.caiwu51.com |笔试题目|人气:864次我要推荐此文给好友
阿尔卡特的一个笔试题,本站还有更多笔试题目,银行笔试题目,企业笔试题目,求职笔试方面的资料。
正文:
文章关键字:求职笔试面试 - 笔试题目,银行笔试题目,企业笔试题目,求职笔试
正文:
ATest.cpp: Defines the entry point for the console application.
//参数传递问题
- include stdafx.h
- include iostream
using namespace std;
void fun(int a,int*b,int c,int* d)
{
a ;
(*b) ;
b = new int(10);
coutaaaa bendl;//地址
coutbbbb *bendl;//5
c ;
d ;
d = new int(5);
coutdddd dendl;//地址
coutdddd2 *dendl;//5
}
int main(int argc, char* argv[])
{
int a=2,b=3,c=4,d=5;
int* p = d;
fun(a,b,c,p);
coutaendl;//2 值传递
coutbendl;//4 指针传递
coutcendl;//5 引用传递
coutdendl;//5 引用传递 指向指针的引用
cout*pendl;//10 引用传递 int(5)为整型初始化
// printf(Hello World!);
return 0;
}
如果觉得《阿尔卡特的一个笔试题》不错,可以推荐给好友哦。
文章关键字:求职笔试面试 - 笔试题目,银行笔试题目,企业笔试题目,求职笔试
与阿尔卡特的一个笔试题 相关的文章
- ·上一篇:爱立信笔试--技术类
- 阿尔卡特的一个笔试题
- › 阿尔卡特的一个笔试题
- › 阿尔卡特笔试经历
- 在百度中搜索相关文章:阿尔卡特的一个笔试题
- 在谷歌中搜索相关文章:阿尔卡特的一个笔试题
- 在soso中搜索相关文章:阿尔卡特的一个笔试题
- 在搜狗中搜索相关文章:阿尔卡特的一个笔试题