[Solved] fprintf outputs 0x08 when printing backspace [closed]


If you are trying to delete characters from an existing file, you should use fseek. printing ‘\b’ won’t help.

3

solved fprintf outputs 0x08 when printing backspace [closed]