What is the output of the following program? #include main() { int arr[5] = {0,1,2,3,4}; int *ptr = arr; *arr = *ptr + * (++ptr); printf("%d", arr[o]); } Pick ONE option
0,1,2,3
Answers
Answered by
5
Answer:
wherever necessary (minimum 4). Supply an appropriate title to it
Similar questions