What is the output of the following program?qquadick one of the choices0123
What is the output of the following program?
#include<stdio.h> main()
int arr[5]={0,1,2,3,4}; int *ptr = arr; *arr = *ptr+ *++ptr); printf"%d"arr[o]);
ick one of the choices
0
1
2
3