C Programming Language Basics
C is widely used in embedded devices and powers most internet servers. It's a compiled language that generates binary files for execution. C is statically typed, meaning variables have associated types at compile time
- freecodecamp.org