fork download
  1. #include <stdio.h>
  2.  
  3. int main(void)
  4. {
  5. float num[] = {0.123f, 0.0751632f, 0.456f};
  6.  
  7. printf("%f\n", num[1]);
  8. return 0;
  9. }
  10.  
Success #stdin #stdout 0s 2156KB
stdin
Standard input is empty
stdout
0.075163