notes/education/software development/ECE1400/Chapter 13 Exercises.md

3 lines
188 B
Markdown
Raw Normal View History

2024-11-03 13:03:05 -07:00
> 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.
2024-11-03 13:58:19 -07:00
b. `printf("%c", "\n");` - This is