- 相關(guān)推薦
阿爾卡特的一個(gè)筆試題
// ATest.cpp : Defines the entry point for the console application.
//參數(shù)傳遞問題
- include "stdafx.h"
- include
using namespace std;
void fun(int a,int*b,int &c,int* &d)
{
a++;
(*b)++;
b = new int(10);
cout<<"aaaa "<
cout<<"bbbb "<<*b< c++; d++; d = new int(5); cout<<"dddd "< cout<<"dddd2 "<<*d< } int main(int argc, char* argv[]) { int a=2,b=3,c=4,d=5; int* p = &d; fun(a,&b,c,p); cout<
cout<
cout< cout< cout<<*p< // printf("Hello World!\n"); return 0; 【阿爾卡特的一個(gè)筆試題】相關(guān)文章: 阿爾卡特-朗訊筆經(jīng)05-29 阿爾卡特筆試題10-19 關(guān)于阿爾卡特的面試題目09-04 中興2015筆試題08-22 360筆試題分享10-09 迅雷2011.10.21筆試題09-09 阿爾卡特朗訊筆試09-26 華為2015年筆試題06-30 360筆試題目201509-20 阿爾卡特上海面試!07-21