Which of the following correctly shows the syntax for storing data in a one-dimensional array?
A. arrayname = value
B. arrayname(subscript) = value
C. arrayname = {value}
D. arrayname(subscript) = {value}
Answer: B
Computer Science & Information Technology
You might also like to view...
Sending a copy of a variable's value to a function is referred to as which of the following?
A. passing by value B. passing by reference C. passing by invocation D. passing by parameter
Computer Science & Information Technology
The Chief Information Officer (CIO) wants to protect laptop users from zero day attacks. Which of the following would BEST achieve the CIO's goal?
A. Host based firewall B. Host based IDS C. Anti-virus D. Anti-spyware
Computer Science & Information Technology