ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Which keyword is used to construct an array?
Array
Make-array
Bins
Make
Correct Answer: B — Make-array
The array can be constructed and its dimension can be set by using make-array.