, what is the meaning of 'f' in printf? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

, what is the meaning of 'f' in printf?

In c language.

21st Jun 2020, 3:31 PM
Moin chisty shaik
Moin chisty shaik - avatar
3 Réponses
+ 2
It is the main function used to print text strings in the language ... f, F, the letter f or F is used to print natural numbers that contain ... exponents in the number
21st Jun 2020, 3:42 PM
تركي منصور الحمياني
 تركي منصور الحمياني  - avatar
+ 1
Print format: You can format the integer you want to print. Example: %2d would add one space if your integer is of one digit.
21st Jun 2020, 3:38 PM
Blue!!
Blue!! - avatar
0
 'f' in printf stands for formatted data printing, it is used for printing with formatted values as output.
21st Jun 2020, 4:04 PM
$¢𝐎₹𝔭!𝐨𝓝
$¢𝐎₹𝔭!𝐨𝓝 - avatar