In C#, you declare a reference parameter by writing the ____________ keyword before the parameter variable's data type.
a. const
b. ref
c. out
d. private
b. ref
Computer Science & Information Technology
You might also like to view...
A Web browser that is included with Windows XP is ________
Fill in the blank(s) with correct word
Computer Science & Information Technology
When Jim logs into a system, his password is compared to a hashed value stored in a database. What is this process?
A. Identification B. Hashing C. Tokenization D. Authentication
Computer Science & Information Technology