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).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly