3 lines
188 B
Markdown
3 lines
188 B
Markdown
> 1. The following function calls supposedly write a single new-line character, but some are incorrect. Identify which calls don't work and explain why.
|
|
|
|
b. `printf("%c", "\n");` - This is |