+ 1
C language
Can someone tell what is the job of %f in below code ? #include <stdio.h> int main() { const double PI = 3.14; printf("%f", PI); return 0;
3 Answers
+ 1
It is format of double numbers for printing to command line
+ 1
commad line Mean ?
0
*command line