vault backup: 2024-11-03 13:58:19

This commit is contained in:
zleyyij 2024-11-03 13:58:19 -07:00
parent d899794e1f
commit b802ac20e6

View File

@ -1,2 +1,3 @@
> 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. > 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