1.

Which of the following syntax is used to access all the items in an array?

A. ${array_name[*]}
B. ${array_name[@]}
C. ${array_name[$]}
D. Both A and B
Answer» E.


Discussion

No Comment Found