Computer Science, asked by deepalisinha619, 11 months ago

Output of the segment​

Attachments:

Answers

Answered by AakashMaurya21
2

Output:

x[1] =91

Explanation:

  1. There are 4 values in x and y have 6 values
  2. Now value of y is assigned to x of every corresponding element
  3. example x[0] = y[0]
  4. Remember array starts from 0
  5. now it prints out x[1] value.

Hope you understand the answer.

Regards:

Aakash Maurya

Similar questions