void main()
{
printf("hello\rworld\n");
printf("hello\b\b\bworld\n");
}
Answers
Answered by
0
Answer:
what's this
Explanation:
Mark as brainliest
follow
Answered by
0
Answer:
world
heworld
\r is used to return carriage
\b is used in backspace
Similar questions