日韩欧美另类久久久精品_亚洲大色堂人在线无码_国产三级aⅴ在线播放_在线无码aⅴ精品动漫_国产精品精品国产专区

我要投稿 投訴建議

阿爾卡特公司筆試題

時(shí)間:2022-08-02 13:10:48 面試試題 我要投稿
  • 相關(guān)推薦

阿爾卡特公司筆試題

  以下整理的這道筆試題是出自阿爾卡特公司,希望此分享對(duì)想要應(yīng)聘該公司的朋友有幫助。

  ATest.cpp: Defines the entry point for the console application.

阿爾卡特公司筆試題

  //參數(shù)傳遞問(wèn)題

  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;

  }




相關(guān)文章推薦:
華為常見(jiàn)的面試題
賽門(mén)鐵克的常見(jiàn)筆試題
邁瑞硬件工程師筆試題
匯豐銀行往屆校園招聘面試真題

http://www.fuchuonang.cn/

【阿爾卡特公司筆試題】相關(guān)文章:

尼爾森公司筆試題09-26

寶潔公司筆試題09-26

公司招聘面試試題08-09

2017索尼公司筆試題09-25

公司面試英語(yǔ)試題09-25

德國(guó)公司經(jīng)典面試題11-10

Google公司經(jīng)典面試題及答案08-10

奇碼數(shù)字公司筆試題08-10

銘萬(wàn)公司.net筆試題08-08

蘋(píng)果公司面試趣味試題09-25