Computer Science, asked by academyamitl9542, 1 year ago

Output will be:

$array = array(0, 1, 2); $array = array_pad($array, -6, ‘NEW’);
A.Array ( [1] => NEW [2] => NEW [3] => NEW [4] => 0 [5] => 1 [6] => 2 )
B.Array ( [-1] => NEW [-2] => NEW [-3] => NEW [-4] => 0 [-5] => 1 [-6] => 2 )
C.Array ( [0] => NEW [-1] => NEW [-2] => NEW [-3] => 0 [-4] => 1 [-5] => 2 )
D.Array ( [0] => NEW [1] => NEW [2] => NEW [3] => 0 [4] => 1 [5] => 2 )

Answers

Answered by Neeraj723
0
______✨ HEY MATE ✨_____

➡️ Option (C) is the right answer ✔️

✌✌Hope it's help u ✌✌
Answered by Anonymous
0
It is not possible to generate a regular expression for the ... then the number of 0 s and 1 s is equal (modulo 2^ wordsize ...

Missing: prefix ‎| ‎Must include: ‎prefix

Similar questions