A recursive function is a function that______.
举一反三
- The function itself is called in function definition, which is a recursive call of function.
- The function itself is called in the definition of a function. This is the recursive call of the function.
- A function that calls another function is referred to as the ____. A: function prototype B: called function C: calling function D: function declaration
- 下列声明自定义函数selectNumber()正确的是( )。(A)function : selectNumber(){} (B)function selectNumber(){ }(C)function =selectNumber(){} (D)function {selectNumber()} A: function : selectNumber(){} B: function selectNumber(){ } C: function =selectNumber(){} D: function {selectNumber()}
- The function [img=164x43]1803e256fccc749.png[/img] is a ( ). A: bounded function B: periodic function C: even function D: odd function