Vidyalelo
Visual Basic · Q172

Visual Basic MCQs: Test Your Proficiency in Visual Basic Programming

Programming · Visual Basic · question 172

Q172

Which of the following is false?

A.
The sequence of the arguments listed in the Call statement should agree with the sequence of the parameters listed in the receiving procedure's header.
B.
The data type of each argument in the Call statement should match the data type of its corresponding parameter in the procedure header.
C.
The name of each argument in the Call statement should be identical to the name of its corresponding parameter in the procedure header.
Answer
D.
When you pass information to a procedure by value, the procedure stores a copy of each value it receives in a separate memory location.

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board