Math, asked by kashif4li, 3 months ago

array, int a[6] ={3,6,9,0,2,5} a[3] shows the value​

Attachments:

Answers

Answered by goswamigaming1m
1

Answer:

Step-by-step explanation:

Answer is 2and. 4. Is correct

Answered by amitnrw
0

Given : array, int a[6] ={3,6,9,0,2,5}

To Find :  a[3]

Solution:

a[6]  has value from a[0]   to   a[5]

as array counter starts from 0

Hence following are the values from arrays

a[0]  = 3

a[1]  = 6

a[2]  = 9

a[3]  = 0

a[4]  = 2

a[5]  = 5

Hence a[3]  = 0

Learn more:

Merge sort takes 45 sec to sort an array of input size of 128. How ...

https://brainly.in/question/21755417

Similar questions