fork(2) download
  1. #include <stdio.h>
  2.  
  3. int matrix[5][5] = { - 1} ;
  4.  
  5. int main() {
  6.  
  7.  
  8. printf("%d", matrix[2][2]);
  9.  
  10. return 0;
  11. }
  12.  
Success #stdin #stdout 0s 3468KB
stdin
Standard input is empty
stdout
Standard output is empty