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.
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
Which of the following extension is used to represent the project file in Visual Basic?
A. .vbp
B. .vb
C. .cls
D. .vvb
Which of the following applications can be developed using Visual Basic tool?
A. Graphical User Interface
B. Real-time
C. Character User Interface
D. All of the mentioned
In visual basic language what are the rules of a programming language called?
A. Grammar
B. Order
C. Syntax
D. Rules

Join The Discussion