General C concepts Flashcards
1
Q
Why are variables statically typed in C?
A
Because C is a compiled language. It therefore requires variables to have a pre-existing type (vs dynamic/implicitly typed languages).
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).