What is meant by %d,%f,%c,%s in cprogram | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is meant by %d,%f,%c,%s in cprogram

2nd Oct 2019, 1:52 PM
Kishore Akash
Kishore Akash - avatar
1 Answer
+ 3
%d denotes decimal %f for float %c for character %s for string
2nd Oct 2019, 6:16 PM
Mayank Matwa