Why use C?

What are the properties of the C language?

  • Minimal core mechanism
  • Expose underlying machine model
  • Portable
  • Programmer has control
  • Procedural

What are the perks?

  • Efficient execution speed, memory footprint (Executable & runtime usage)