fork download
  1. #include <stdio.h>
  2.  
  3. int main()
  4. {
  5. int bd;
  6. printf("what is your bd?\n");
  7. scanf("%s",&bd);
  8.  
  9. return 0;
  10. }
Success #stdin #stdout 0s 5284KB
stdin
Standard input is empty
stdout
what is your bd?