In computing, 'C' is a general purpose programming language and initially developed by Dennis Ritchie between the year 1969 and 1973 at AT&T Bell Laboratories. Like most other languages, C has facilities for structured programming and allows lexical variable scope and recursion, while a static type system prevents many unintended operations. Its design 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, most notably system software like the Unix computer operating system.
If you notice carefully, you will see that 'C' is one of the most widely used programming languages of all time and C compilers are available for the majority of available computer architectures and operating systems. Many other programming languages adopt the features from C Language. Current version of C Language is C11 which was approved in December 2011.
Have a look on this blog because we are now implementing online study of C Programming with an easy way to learn and understand the concept behind the use of it.
No comments:
Post a Comment