C Programming
What will be printed after execution of the following code?void main(){ int arr[10] = {1,2,3,4,5}; printf("%d", arr[5]);}

6
0
Garbage Value
5
None of these

ANSWER DOWNLOAD EXAMIANS APP