McqMate
| Q. |
Which of the following statements is guaranteed to pass the variable numVar by value to the Sub procedure Tally? |
| A. | tally(numvar) |
| B. | tally(byval numvar) |
| C. | tally((numvar)) |
| D. | tally(byval numvar as double) |
| Answer» D. tally(byval numvar as double) | |
View all MCQs in
Dot Net Architecture and ProgramNo comments yet