Question: Which of the following does not declare an array size 5 and set all its elements to 0? int A[5]=0 int A[5]={0}; int A[={0,0,0,0,0) int
Which of the following does not declare an array size 5 and set all its elements to 0? int A[5]=0 int A[5]={0}; int A[={0,0,0,0,0) int A[5]=0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
