Print "%"

No comments

#include<stdio.h>
int main()
{
printf("%%");
printf("\n");
return 0;
}

No comments :

Post a Comment