Computer Science, asked by nani7844, 1 year ago

What is the right way to initialize array in c?a) int arr{}={1,2,5,6,9}b) int arr[5]={1,2,5,6,9}c) int arr{5}={1,2,5,6,9}d) int arr()={1,2,5,6,9}​

Answers

Answered by tumatimahitha152
0

Answer:

option c is the correct one

Explanation:

Similar questions