From 87121bd4a20c9b118b24b53f14d023d9e1d8b824 Mon Sep 17 00:00:00 2001 From: zleyyij <75810274+zleyyij@users.noreply.github.com> Date: Fri, 25 Oct 2024 13:56:54 -0600 Subject: [PATCH] vault backup: 2024-10-25 13:56:54 --- education/software development/ECE1400/Chapter 11 Exercises.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/education/software development/ECE1400/Chapter 11 Exercises.md b/education/software development/ECE1400/Chapter 11 Exercises.md index 2e89c91..977ee81 100644 --- a/education/software development/ECE1400/Chapter 11 Exercises.md +++ b/education/software development/ECE1400/Chapter 11 Exercises.md @@ -9,4 +9,4 @@ ```c middle = (low + high) / 2 ``` -The above statement is illegal because \ No newline at end of file +The above statement is illegal because you can't add two pointers together \ No newline at end of file