Computer Science, asked by ujjwalsharma123786, 3 months ago

[NEED SOLUTIONS]

Edit :- 1.[PHP]
$x = array(4,2,5,1,4,5,3,4);
$y = array_count_values($x)
echo count($y);
output :- 5


$x = array(4,2,5,1,4,5,3,4);
echo count($x);
output :- 8

what difference in both,how the output comes different?

In PHP why array index starts with 1 In other languages array index starts with 0,but if write print_r then the array index starts with 0. How??

2.[WINDOWS] How to solve "No Signal" proble
m.i was only partition the hard drive and later when i started the computer. showing "no signal".​

Answers

Answered by simransharmaa112
0

Answer:

sorry I didn't understand

Explanation:

....................

pls mark me as

Similar questions