Question: Which of the following are valid declarations for an array? More than one choice could be correct. a) int a[5]; b) int a[5]={0,0,0,0,0,0}; c)
Which of the following are valid declarations for an array? More than one choice could be correct. a) int a[5]; b) int a[5]={0,0,0,0,0,0}; c) int a[5]={0,0,0,0}; d) int a[]={0,0,0}; e) int a[5]={0,0,0,0,0};
Step by Step Solution
3.48 Rating (161 Votes )
There are 3 Steps involved in it
rry is dt struture whih nsist f f lletin f elements ll elements in the rry re ... View full answer
Get step-by-step solutions from verified subject matter experts
