fork download
  1. #include <stdio.h>
  2.  
  3. int main()
  4. {
  5. int tab[] = {1, 2, 3, 4};
  6.  
  7. printf ("%d", 3[tab]);
  8. }
Runtime error #stdin #stdout 0s 1788KB
stdin
Standard input is empty
stdout
4