Quartz 4
Search
Search
Dark mode
Light mode
Reader mode
Explorer
Home
❯
☕tech study
❯
_cs,math_topics
❯
c lang
❯
Format codes
Format codes
Mar 02, 2026
1 min read
Used when we want to use placeholders
Ex)
printf("hello %s", name);
Types
%c
%f
%i
- integer
%li
%s
Graph View
Backlinks
C lang