accessing array elements
Day#32 'C' Coding Challenge
What is the output of the below code? #include <stdio.h> void main() { int arr[10] = {1,2,3}; printf…
What is the output of the below code? #include <stdio.h> void main() { int arr[10] = {1,2,3}; printf…
Our website uses cookies to improve your experience. Learn more
Ok