【单选题】
如何调用名为 myFunction 的函数?( )
①
call function myFunction
【单选题】
若定义了函数 double *function(), 则函数function的返回值为()。
【单选题】
若定义了函数 double *function(), 则函数function的返回值为()。
【单选题】
若定义了函数 double *function(), 则函数function的返回值为(????)。
【单选题】
What is the function of optional activities?
①
Backups in case the lesson goes too fast and there are a few minutes left
②
Prepared for good students
③
Prepared for bad students
【单选题】
以下关于Function过程的说法,错误的是( )。
②
在Function过程内部不得再定义Function过程
③
Function过程中可以包含多个Exit Function语句
④
可以像调用Sub过程一样调用Function过程
【单选题】
( ) the power cuts, the school continued to function normally.
【单选题】
Sub过程与Function过程最根本的区别是()。
①
Sub过程可以使用Call语句或直接使用过程名调用,而Function过程不可以。
②
Function过程可以有参数,Sub过程不可以。
④
Sub过程的过程名不能返回值,而Function过程能够通过过程名返回值。
【单选题】
Sub过程与Function过程最根本的区别是
②
Function过程可以有参数,Sub过程不可以
③
Sub过程可以使用Call语句或直接使用过程名调用,而Function过程不可以
④
Sub过程的过程名不能返回值,而Function过程能通过过程名返回值
【单选题】
Sub过程与Function过程最根本的区别是()。
①
Sub过程可以使用Call语句或直接使用过程名调用,而Function过程不可以。
②
Function过程可以有参数,Sub过程不可以。
④
Sub过程的过程名不能返回值,而Function过程能够通过过程名返回值。