fork(1) download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. // your code goes here
  5. char a[3]={4,6,6};
  6. printf("%s",a[1]);
  7. return 0;
  8. }
  9.  
Runtime error #stdin #stdout 0s 9280KB
stdin
Standard input is empty
stdout
Standard output is empty