From b802ac20e65bdd41601b15a28552789d5eb5db4d Mon Sep 17 00:00:00 2001 From: zleyyij <75810274+zleyyij@users.noreply.github.com> Date: Sun, 3 Nov 2024 13:58:19 -0700 Subject: [PATCH] vault backup: 2024-11-03 13:58:19 --- education/software development/ECE1400/Chapter 13 Exercises.md | 1 + 1 file changed, 1 insertion(+) diff --git a/education/software development/ECE1400/Chapter 13 Exercises.md b/education/software development/ECE1400/Chapter 13 Exercises.md index d01abff..eeb7f51 100644 --- a/education/software development/ECE1400/Chapter 13 Exercises.md +++ b/education/software development/ECE1400/Chapter 13 Exercises.md @@ -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. +b. `printf("%c", "\n");` - This is \ No newline at end of file