From c8d567367d93d6befe20f0d1b55fc8b711dc6ef0 Mon Sep 17 00:00:00 2001 From: zleyyij <75810274+zleyyij@users.noreply.github.com> Date: Wed, 11 Sep 2024 14:45:49 -0600 Subject: [PATCH] vault backup: 2024-09-11 14:45:49 --- education/software development/ECE1400/2024-09-11.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/education/software development/ECE1400/2024-09-11.md b/education/software development/ECE1400/2024-09-11.md index 4252a26..28ac636 100644 --- a/education/software development/ECE1400/2024-09-11.md +++ b/education/software development/ECE1400/2024-09-11.md @@ -13,4 +13,6 @@ C provides 5 binary arithmetic operator (arithmetic meaning it requires two thin - Modulus Unary operators only require *one* thing to operate on. -- Positive and minus signs \ No newline at end of file +- Positive and minus signs + +Positive and negative signs have a higher precedence then binary arithmetic operations, and binary arithmetic operations follow the normal order of operations. \ No newline at end of file