fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. int x = printf("Hello");
  5. printf(" %d", x);
  6. }
  7.  
Success #stdin #stdout 0s 5324KB
stdin
Standard input is empty
stdout
Hello 5