The C programming Language
Pros
- C is a very low level language, which means performance gains
- C is also a compiled language which is faster than interpreted languages, such as python
- C is very simple and easy to learn
Cons
- C may be slightly outdated
- C does not have some features from new languages, such as object oriented programming
- C requires manual memory management, which may be a problem