About that term: %f | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

About that term: %f

What does that do or mean in C? ----------> %f <---------- For exemple in this code: :::: #include <stdio.h> int main() { const double PI = 3.14; printf("%f", PI); //there it is!// return 0; } :::::

24th Sep 2018, 1:32 PM
xSallus
xSallus - avatar
1 Réponse
0
I get it, thanks! It helps me well.
24th Sep 2018, 1:50 PM
xSallus
xSallus - avatar