+ 1
Is there any meaning of 'f' in printf()?
Why we can't use print() instead printf()?
1 Respuesta
+ 6
I always thought that the f stands for 'formatted' or something:
With printf you use 'format specifiers' like %d, %f and so on to position data in your string in a format you can specify.