Computer Science, asked by vivekkumarraj3511, 9 months ago

Array can be initialized when they are declared yes or no

Answers

Answered by meghanapeddinti
0

Answer:

Yes

Explanation:

int a[3]={1,2,3}

Here a[0]=1 a[1]=2 a[2]=3

Similar questions