fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. float a=4;
  5. printf("%f%f",a,4);
  6. printf("\n%f",4);
  7. return 0;
  8. }
  9.  
Success #stdin #stdout 0s 4540KB
stdin
Standard input is empty
stdout
4.0000000.000000
4.000000