From 2799f844b485d88c2ac70fccf50348297c6dfc6f Mon Sep 17 00:00:00 2001 From: zleyyij <75810274+zleyyij@users.noreply.github.com> Date: Sun, 10 Nov 2024 20:46:06 -0700 Subject: [PATCH] vault backup: 2024-11-10 20:46:05 --- education/software development/ECE1400/Chapter 15 Exercises.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/education/software development/ECE1400/Chapter 15 Exercises.md b/education/software development/ECE1400/Chapter 15 Exercises.md index 71f2c06..ad32e50 100644 --- a/education/software development/ECE1400/Chapter 15 Exercises.md +++ b/education/software development/ECE1400/Chapter 15 Exercises.md @@ -19,5 +19,6 @@ Yes, `""` is a path relative to the current file, whereas `<>` is a path to the > **4.** Assume that `debug.h` is a header file with the following contents... >(a). What is the output when the program is executed? ``` - +Output if DEBUG is defined:\n +Value of " #n" ``` \ No newline at end of file