fork(1) download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. // your code goes here
  5. char a ='s';
  6. char b[4] = { 'n', 'o', 'o', 'b'};
  7. int c = 47;
  8. int d[2] = { 10, -3};
  9. return 0;
  10. }
  11.  
Success #stdin #stdout 0s 2156KB
stdin
Standard input is empty
stdout
Standard output is empty