What is wrong with the following GetName procedure?

```
Sub GetName(ByVal strName As String)
strName = InputBox(“Enter your Name:”)
End Sub
```

a. The procedure is missing a Return statement.
b. GetName is a reserved word and cannot be used as a name of a procedure.
c. strName will be modified, but all changes will be lost when the procedure ends.
d. The syntax for the call to InputBox is incorrect.

c. strName will be modified, but all changes will be lost when the procedure ends.

Computer Science & Information Technology

You might also like to view...

Computers on a network can store files in folders that are ________ other computers

A) shared with B) joined with C) copied to D) transferred

Computer Science & Information Technology

According to Bizrate Insights, ________ percent of Pinterest users have found an item they've purchased or wanted to buy

Fill in the blank(s) with correct word

Computer Science & Information Technology