Which word is "围绕"?
alround
around
alound
arround
Which word is "著名的"?
famous
fmaous
famuos
famosu
Which word is "花园"?
garten
garden
garren
graden
Which word is "博物馆"?
Musuem
Museum
Musseum
Museuum
Which word is "颐和园"?
the Summer palace
The summer palace
the Summer Palace
the summer palace
Which word is "兵马俑"?
the terracotta army
the Terrecotta Army
the Teraacotta Army
the Terracotta Army
Which word is "假期"?
vaction
vacation
vaaction
vaccation
which word is "寺"?
temper
tempel
temple
tempee
Which word is "南"?
east
north
west
south
Which word is "长江"?
the Yangze River
the Yangtze River
the YangZe River
the YangtZe River
Which word is "西"?
east
west
north
south
Please write down the word "辣的" in English?
Please wirte down the word "丝绸" in English?
Please write down the word "石头" in English
Please write down the word "有雾的" in English.
在C 语言中, recursion指的是什么意思?
数组
循环
递归
函数
在C 语言中,function prototype指的是什么意思?
函数定义
函数调用
函数原型
函数返回
在C 语言中,函数原型声明为int sum(int,int),以下哪些是正确的函数调用?
sum(int,int)
sum(m,n)
sum(3,4)
int m=3,n=2; sum(m,n);
Which of the following is not correct?
A recursive function calls itself
A recursive function has base case.
A recursive function is cheaper than non-recursive solution
A recursive function stops calling itself when the base case is met