From cae09887da2d41f3c1ad2480410cadd27a1a244e Mon Sep 17 00:00:00 2001 From: zleyyij <75810274+zleyyij@users.noreply.github.com> Date: Mon, 28 Oct 2024 10:30:15 -0600 Subject: [PATCH] vault backup: 2024-10-28 10:30:15 --- education/software development/ECE1400/Chapter 12 Exercises.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/education/software development/ECE1400/Chapter 12 Exercises.md b/education/software development/ECE1400/Chapter 12 Exercises.md index ea8d8b2..f8eab3c 100644 --- a/education/software development/ECE1400/Chapter 12 Exercises.md +++ b/education/software development/ECE1400/Chapter 12 Exercises.md @@ -23,3 +23,5 @@ middle = low + (high - low) / 2; The following expressions are illegal because of mismatched types: - (a) `p == a[0]` - Comparison between `int *` and `int` The rest of the expressions are true. + +8. \ No newline at end of file