What is the output of the following code?

arr[5]={1,2,3,4}
for(int ele:arr)
      print(ele)

Posted on by