PrepAway - Latest Free Exam Questions & Answers

What is the output of this code?

Consider the following program code
@array = (“Y”,”W”1″X”);
©array = sort(@ array);
unshift(@array, “Z”);
print(@array[0]);
What is the output of this code?

PrepAway - Latest Free Exam Questions & Answers

A.
w

B.
x

C.
Y

D.
z


Leave a Reply