I found out that I have to add something, at least a space or any character/number, after \b in printf() to make it work, why?
printf("hello\b ");
I found out that I have to add something, at least a space or any character/number, after \b in printf() to make it work, why?
printf("hello\b ");