When I print f char with the format% c and char is not printable like "\ 0", then there is no printout column. Same thing if I use% 1c. Or% 1.1c. Is there a way to get printf to output a column for '\ 0'?
I am making a large printf file and want the columns to fit.
source
share