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