Computer Science, asked by 404PageNotFound, 8 months ago

give full introduction to c language!!​

Answers

Answered by Anonymous
70

Answer:

 \sf\orange{ Introduction \: to \: ‘C’  \: Language :- }

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

\sf\orange{ C \: has \: now \: become \: a \: widely \: used \: professional \: language \: for \: various \: reasons:- }

• 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

\sf\orange{ Characteristics \: of \: ‘C’ \: Language :- }

1.  \sf\red{ Modularity :- }

Ability to breakdown a large module into manageable sub modules is called modularity.

 \sf\purple{ Advantages :- }

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.  \sf\red{ Portability :- }

C is highly portable this means that programs once written can be run on other machines with little or no modification.

3.  \sf\red{ Extendibility :- }

Ability to extend the existing software by adding new features is called extendibility.

4.  \sf\red{ speed :- }

‘C’ is also called as middle level language because programs written in ‘c’ language run at the fast speed.

Similar questions