fork(1) download
  1. #include <stdio.h>
  2.  
  3. int main() {
  4. printf("o valor do numero e': %4.2f", 1.0f/3.0f);
  5. }
  6.  
  7. //https://pt.stackoverflow.com/q/43608/101
Success #stdin #stdout 0s 9424KB
stdin
Standard input is empty
stdout
o valor do numero e': 0.33