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