From 6fc73295aead7e8149425e373d3403b3ce78d98b Mon Sep 17 00:00:00 2001 From: zleyyij <75810274+zleyyij@users.noreply.github.com> Date: Sun, 10 Nov 2024 20:36:05 -0700 Subject: [PATCH] vault backup: 2024-11-10 20:36:05 --- .../software development/ECE1400/Chapter 15 Exercises.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/education/software development/ECE1400/Chapter 15 Exercises.md b/education/software development/ECE1400/Chapter 15 Exercises.md index ae05ac5..56b51ea 100644 --- a/education/software development/ECE1400/Chapter 15 Exercises.md +++ b/education/software development/ECE1400/Chapter 15 Exercises.md @@ -4,3 +4,10 @@ --- +> **2.** Which of the following should *not* be put in a header file? Why not? + +b. Function definitions - Functions should only be defined once, and this allows multiple files to share the same function definition + +--- + +> **3.** We saw that writing `#include ` instead of `#include "file"` may not work if file is one that we've written. Would there be any problem with writing `$include "file` \ No newline at end of file