vault backup: 2024-10-08 20:43:52

This commit is contained in:
zleyyij 2024-10-08 20:43:52 -06:00
parent 2a0b41bad2
commit 7f1a463b11

View File

@ -0,0 +1,3 @@
> 1. We discussed using the expression `sizeof(a) / sizeof(a[0]` to calculate the number of elements in an array. The expression `sizeof(a) / sizeof(t)` where `t` is the type of `a`'s elements would also work, but it's considered an inferior technique. Why?
> 3. Write a declaration of