adplus-dvertising
frame-decoration

Question

Which is true about the given statment ?
int arr[10] = {0,1,2,[7]=7,8,9};

a.

Compipation Error

b.

Run-time Error

c.

This is allowed in C

d.

None of the above

Posted under C Programming

Answer: (c).This is allowed in C

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which is true about the given statment ?