Critical Thinking QuestionsCase 9-2Another colleague shares the following code with you:Dim strEmployees(50) As String' Later in the codeReDim strEmployees(65).Which of the following lines could replace the line at the bottom of the code in the sample and retain the data in the elements 0 through 50?
a. ReDim Retain strEmployees(65)c. ReDim Restore strEmployees(65)b. ReDim Reserve strEmployees(65)d. ReDim Preserve strEmployees(65)
What will be an ideal response?
Answer: D
Computer Science & Information Technology
You might also like to view...
In Word, the ________ box is a box in the scroll bar that can be dragged to reposition the visible portion of the document on the screen
A) plus/minus B) drag C) scroll D) zoom
Computer Science & Information Technology
Chrome OS is an example of a(n) _________ because it depends substantially on processing and storage provided by cloud-based servers.
A. thin client B. forked license C. ARM D. Linux
Computer Science & Information Technology