Q1: Math.Round is an example of a built-in function.
True
False
02: What is wrong with this Function prototype: Function RetumString(ByRef strReturn as String)
Answer.
03: Write a function called "Squarer which will square any Long passed to it, and return a Single.
Paragraph -
04: Is this True or False : Not (((3 <= 5) And (5 <= 0)) Or (5 <> 4))
True
False
Q5: Functions can have arguments passed by either ByVal or ByRef.
True
False
Q6: Is this True or False? ("Class' < 'Clasr") OR ("Z" <> 'I)
True
False
Q7: Functions always have one return value.
True
False
Q8: Functions must always have at least one parameter or argument passed to them.
True
False
09: What does this function return:
"OneTwoThreeFour.Substring(3,3)