How to print %d in c Rajnish August 3, 2020 program:- #include<stdio.h> void main() { printf(“%%d”); }