iOS app development > General C concepts > Flashcards
Why are variables statically typed in C?
Because C is a compiled language. It therefore requires variables to have a pre-existing type (vs dynamic/implicitly typed languages).