Answers for "how to pprint otu a double in in c"

C
0

how to pprint otu a double in in c

#include <stdio.h>

int main() {
  double a = 7.0556
  printf("%lf", a);
  return 0;
}
Posted by: Guest on January-16-2022

Code answers related to "C"

Browse Popular Code Answers by Language