【单选题】阅读下面程序,则执行后的结果为 #include "stdio.h" int main () { int fun1 () ; int fun2 () ; int fun3 ( int a,int b ) ; fun3 ( fun1 () ,fun2 ()) ; return 0;} int fun1 () { int k=20; return k; } int fun2 () { int a=15...
【简答题】#include using namespace std; void fun( int a,int b, int &c, int &d ); int main() { int a=15,b=20,c=10,d=1; fun(a,b,c,d); coutb?a:b; } 程序运行结果是:(1)35 20 (2)10 1 答案填1或2
【简答题】In _____ B. C., Britain was invaded by the Roman general ________ . The Celts were subjugated to the role of Rome for nearly _______ years. In _______ , the Romans abandoned the island, which marks th...