精品国产一级毛片大全,毛片一级在线,毛片免费观看的视频在线,午夜毛片福利

我要投稿 投訴建議

阿爾卡特公司筆試題

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

阿爾卡特公司筆試題

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

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

阿爾卡特公司筆試題

  //參數(shù)傳遞問題

  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)文章推薦:
華為常見的面試題
賽門鐵克的常見筆試題
邁瑞硬件工程師筆試題
匯豐銀行往屆校園招聘面試真題

http://www.ardmore-hotel.com/

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

尼爾森公司筆試題09-26

寶潔公司筆試題09-26

公司招聘面試試題08-09

2017索尼公司筆試題09-25

公司面試英語試題09-25

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

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

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

銘萬公司.net筆試題08-08

蘋果公司面試趣味試題09-25