What is the output of the following code?
arr[5]={'a','b','c','d'}
for(int ele:arr)
      print(ele)


Posted on by