From 7f1a463b111aa9f91ee84f0f0192e45b264e4223 Mon Sep 17 00:00:00 2001 From: zleyyij <75810274+zleyyij@users.noreply.github.com> Date: Tue, 8 Oct 2024 20:43:52 -0600 Subject: [PATCH] vault backup: 2024-10-08 20:43:52 --- education/software development/ECE1400/Chapter 8 Exercises.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 education/software development/ECE1400/Chapter 8 Exercises.md diff --git a/education/software development/ECE1400/Chapter 8 Exercises.md b/education/software development/ECE1400/Chapter 8 Exercises.md new file mode 100644 index 0000000..5934c97 --- /dev/null +++ b/education/software development/ECE1400/Chapter 8 Exercises.md @@ -0,0 +1,3 @@ +> 1. We discussed using the expression `sizeof(a) / sizeof(a[0]` to calculate the number of elements in an array. The expression `sizeof(a) / sizeof(t)` where `t` is the type of `a`'s elements would also work, but it's considered an inferior technique. Why? + +> 3. Write a declaration of \ No newline at end of file