give full introduction to c language!!
Answers
Answer:
C is a general-purpose computer programming language developed in 1972 by Dennis Ritchie at the AT & T Bells Laboratories,USA. ‘C’ is a programming language that allows software engineers to efficiently communicate with a computer. C is highly flexible and adaptable language.
• 'C' is known as the mother of all the languages
• ' Dennis Ritchie ' is known as the father of c language
• Easy to learn
• Structured language
• It produces efficient programs
• It can handle low-level activities
• It can be compiled on a variety of computer platforms
1.
Ability to breakdown a large module into manageable sub modules is called modularity.
1. Projects can be completed in time.
2. Debugging will be easier and faster.
★ Bug means error . Reflecting and removing these error is called debugging .
2.
C is highly portable this means that programs once written can be run on other machines with little or no modification.
3.
Ability to extend the existing software by adding new features is called extendibility.
4.
‘C’ is also called as middle level language because programs written in ‘c’ language run at the fast speed.