1.

Which of the following code is used to print elements in range?

A. ${arr[@]:1:4}
B. ${arr[@]}
C. ${arr[*]}
D. Both A and C
Answer» B. ${arr[@]}


Discussion

No Comment Found