Developpement/23DEV1.1/TPS1/TP01/05-Reels/Dust.c

8 lines
187 B
C
Raw Permalink Normal View History

2024-12-09 11:53:11 +01:00
#include <stdio.h>
#include <stdlib.h>
int main(void) {
printf("%.15f\n", 12345.678910111213);
return EXIT_SUCCESS;
}
//en modifiant le %f, il affiche plus de nombre après la virgule