Answer: (a) sort()
Explanation:
Using sort() the keys are not preserved. However it sorts the array.
example : sort($array);
that is Equally as long as your car
Answer:
Multiply(m,n)
1. Initialize product=0.
2. for i=1 to n
3. product = product +m.
4. Output product.
Explanation:
Here we take the variable "product" to store the result m×n. And in this algorithm we find m×n by adding m, n times.