fork download
  1. #include<stdio.h>
  2. int main()
  3.  
  4. {
  5. int a;
  6. float b;
  7. scanf("%d%f", &a, &b);
  8. printf("value of a is %d\n", a);
  9. printf("value of b is %f\n", b);
  10. }
  11.  
Success #stdin #stdout 0s 5520KB
stdin
Standard input is empty
stdout
value of a is -402477264
value of b is 0.000000