Output of the segment
Attachments:
Answers
Answered by
2
Output:
x[1] =91
Explanation:
- There are 4 values in x and y have 6 values
- Now value of y is assigned to x of every corresponding element
- example x[0] = y[0]
- Remember array starts from 0
- now it prints out x[1] value.
Hope you understand the answer.
Regards:
Aakash Maurya
Similar questions