Showing posts with label C. Show all posts
Showing posts with label C. Show all posts

Friday, 19 June 2015


Dennis Ritchie invented the C programming language. Broadly speaking, C-family languages are those that use C-like block syntax (including curly braces to begin and end the block). The family spreads out over several programming paradigms, including procedural programmingobject-oriented programmingfunctional programming, and generic programming, as well as having both native code and virtual machine runtime environments.
CLICK HERE TO SEE LIST OF C BASED PROGRAMMIN LANGUAGES

About C

C (/ˈs/, as in the letter c) is a general-purpose, imperative computer programming language, supporting structured programminglexical variable scope andrecursion, while a static type system prevents many unintended operations. By design, C provides constructs that map efficiently to typical machine instructions, and therefore it has found lasting use in applications that had formerly been coded in assembly language, including operating systems, as well as variousapplication software for computers ranging from supercomputers to embedded systems.