
19. main()
{
printf("\nab");
printf("\bsi");
printf("\rha");
}
Answer
hai
Explanation
\n - newline
\b - backspace
\r - linefeed
Data structures, Algorithms, Coding, Technical Interview Questions and much more. (Still work in progress)
0 comments:
Post a Comment