I\'d like to do something like printf(\"?\", count, char) to repeat a character count times.
printf(\"?\", count, char)
count
What is the right format-string to accomplish
i think doing some like this.
void printchar(char c, int n){ int i; for(i=0;i