Answer the following statements true (T) or false (F)
1) When executing a function call, the program assigns the values of the arguments to the formal parameters based on their order.
2) An actual argument of type int cannot be passed to a corresponding formal parameter of type double.
3) A call to a void function cannot be used as the right operand of an assignment operator.
4) The body of a void function must include a return statement.
5) The return statement of a function can return multiple values to the calling statement.
1) T
2) F
3) T
4) F
5) F
You might also like to view...
The type of a switch statement's condition must be ____-compatible.
A. decimal B. integer C. object D. string
Macros created in one workbook cannot be copied to another workbook
Indicate whether the statement is true or false.
Remote access Trojans typically have two components: a client and a server
Indicate whether the statement is true or false.
An authentication factor that is "something you have," and that typically includes a microprocessor and one or more certificates, is what type of authenticator?
A. A smart card B. A token C. A Type I validator D. A Type III authenticator