Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community!
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial

Chrisostomos Kasapis
1,058 Pointsin the printf function what is %d?
%c = char %i= int %f= float
not sure what %d is
2 Answers

kerdeseverin
9,688 PointsHere is a list of all the different types. Bookmark it for reference.

Chrisostomos Kasapis
1,058 PointsThanks mate, very helpful

Marc Roelofs
Courses Plus Student 16,770 PointsHi Chrisostomos,
%d is also used for int variables.
Chrisostomos Kasapis
1,058 PointsChrisostomos Kasapis
1,058 PointsThanks Marc!