PrepAway - Latest Free Exam Questions & Answers

What is the output of the following code?

What is the output of the following code? function z($x) { return function ($y) use ($x) {
return str_repeat($y, $x); }; }

PrepAway - Latest Free Exam Questions & Answers

A.
22333

B.
33222

C.
33322

D.
222333

One Comment on “What is the output of the following code?


Leave a Reply

Your email address will not be published. Required fields are marked *