From 523f968027f72e410232aef2d29a8cd4f4daa92f Mon Sep 17 00:00:00 2001 From: zleyyij <75810274+zleyyij@users.noreply.github.com> Date: Mon, 21 Oct 2024 14:31:46 -0600 Subject: [PATCH] vault backup: 2024-10-21 14:31:46 --- education/software development/ECE1400/C.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/education/software development/ECE1400/C.md b/education/software development/ECE1400/C.md index 9d12e93..7bb2ca9 100644 --- a/education/software development/ECE1400/C.md +++ b/education/software development/ECE1400/C.md @@ -48,6 +48,9 @@ int arr_size = sizeof(arr) / sizeof(arr[0]); ``` +# Pointers + + # Formatting specifiers # Standard library