fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4.  
  5. int r=5;
  6. float v =4;
  7. printf("the volume is : %f",v);
  8.  
  9.  
  10. return 0;
  11. }
  12.  
Success #stdin #stdout 0s 5276KB
stdin
Standard input is empty
stdout
the volume is : 4.000000