// demo1.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include
int i ;
void ch (int* a, int* b){
int p ;
p = *a ;
*a = *b ;
*b = p ;
}
int main()
{
int i = 3 ;
int j = 5 ;
ch(&i,&j) ;
printf("%dn",i ) ;
return 0;
}
服务器托管,北京服务器托管,服务器租用 http://www.fwqtg.net
机房租用,北京机房租用,IDC机房托管, http://www.e1idc.net