I want to print in a terminal the "%"character when I put printf(" %c % ",var); the % doesn't print why??
If you are getting "c%" from
printf("%c\%",'c');