fork download
  1. #include<stdio.h>
  2. int main(){
  3. int a;
  4. a = 4;
  5. scanf("%d", &a );
  6. printf("hello yesh how are you %d",a);
  7. return 0;
  8. }
Success #stdin #stdout 0s 5320KB
stdin
Standard input is empty
stdout
hello yesh how are you 4