Question: Which of the below array initialization results in COMPILE TIME ERROR? int arr[2]={10,20,30); Oint arr[]={10,20,30); int arr[5]={10,20,30}; int arr[5]=1)

Which of the below array initialization results in COMPILE TIME ERROR? int arr[2]={10,20,30); Oint arr[]={10,20,30); int arr[5]={10,20,30}; int arr[5]=1)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
