Header Ads Widget

How to print %d in c

program:-

#include<stdio.h>
void main()
{
printf("%%d");
}



Post a Comment

0 Comments