Computer Science, asked by shivanshmishra8739, 4 months ago

void main()
{
printf("hello\rworld\n");
printf("hello\b\b\bworld\n");
}​

Answers

Answered by shubhams22036
0

Answer:

what's this

Explanation:

Mark as brainliest

follow

Answered by keerthanapichandi31
0

Answer:

world

heworld

\r is used to return carriage

\b is used in backspace

Similar questions