About that term: %f | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 Answer
0
I get it, thanks! It helps me well.
24th Sep 2018, 1:50 PM
xSallus
xSallus - avatar