下面程序的结果为( )。 #include"iostream.h" void change (int a,int b) { int temp; temp=a; a=b; b=temp: } voi

admin2013-02-27  38

问题 下面程序的结果为(    )。    #include"iostream.h"    void change (int a,int b)    {    int temp;    temp=a;    a=b;    b=temp:    }    void main()    {    int m,n;    m=8;    n=9;    change(m,n):    cout << m<<" "<< n << endl;    }

选项 A、89
B、98
C、程序有错误
D、99

答案1

解析
转载请注明原文地址:https://jikaoti.com/ti/yRL0FFFM
0

随机试题
最新回复(0)