fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. // your code goes here
  5. int arr[5];
  6.  
  7. // We access arr[5] in last iteration.
  8. for (int i=0; i<=5; i++)
  9. printf("%d ", arr[i]);
  10. return 0;
  11. }
  12.  
Success #stdin #stdout 0s 4436KB
stdin
Standard input is empty
stdout
1983478560 10955 0 0 102523328 21998