C is a general-purpose, imperative computer programming language, supporting structured programming. Developed by Dennis Ritchie & Bell Labs
License: Open Source
Haskell is a purely functional programming language with strong static typing and lazy evaluation, making it suitable for high-level abstractions and concurrency. In contrast, C is a procedural language that offers low-level memory control and high performance, making it ideal for system programming and embedded systems.