C Language of Features
C is the generally utilized language. It gives numerous highlights :-
Straightforward
Machine Independent or Portable
Mid-level programming language
organized programming language
Rich Library
Memory Management
Quick Speed
Pointers
Recursion
Extensible
1) Simple
C is a straightforward language as in it gives an organized methodology (to break the issue into parts), the rich arrangement of library capacities, information types, and so on.
2) Machine Independent or Portable
In contrast to low level computing construct, c projects can be executed on various machines with some machine explicit changes. Accordingly, C is a machine free language.
3) Mid-level programming language
Despite the fact that, C is expected to do low-level programming. It is utilized to create framework applications, for example, part, driver, and so on. It likewise bolsters the highlights of an abnormal state language. That is the reason it is known as mid-level language.
4) Structured programming language
C is an organized programming language as in we can break the program into parts utilizing capacities. In this way, it is straightforward and adjust. Capacities additionally give code reusability.
5) Rich Library
C gives a great deal of inbuilt capacities that make the advancement quick.
6) Memory Management
It underpins the element of dynamic memory portion. In C language, we can free the distributed memory whenever by calling the free() work.
7) Speed
The accumulation and execution time of C language is quick since there are lesser inbuilt capacities and subsequently the lesser overhead.
8) Pointer
C gives the component of pointers. We can straightforwardly connect with the memory by utilizing the pointers. We can utilize pointers for memory, structures, capacities, exhibit, and so forth.
9) Recursion
In C, we can call the capacity inside the capacity. It gives code reusability to each capacity. Recursion empowers us to utilize the methodology of backtracking.
C language is extensible in light of the fact that it can without much of a stretch embrace new highlights.
10) Extensible
C language is extensible in light of the fact that it can without much of a stretch embrace new highlights.
Straightforward
Machine Independent or Portable
Mid-level programming language
organized programming language
Rich Library
Memory Management
Quick Speed
Pointers
Recursion
Extensible
1) Simple
C is a straightforward language as in it gives an organized methodology (to break the issue into parts), the rich arrangement of library capacities, information types, and so on.
2) Machine Independent or Portable
In contrast to low level computing construct, c projects can be executed on various machines with some machine explicit changes. Accordingly, C is a machine free language.
3) Mid-level programming language
Despite the fact that, C is expected to do low-level programming. It is utilized to create framework applications, for example, part, driver, and so on. It likewise bolsters the highlights of an abnormal state language. That is the reason it is known as mid-level language.
4) Structured programming language
C is an organized programming language as in we can break the program into parts utilizing capacities. In this way, it is straightforward and adjust. Capacities additionally give code reusability.
5) Rich Library
C gives a great deal of inbuilt capacities that make the advancement quick.
6) Memory Management
It underpins the element of dynamic memory portion. In C language, we can free the distributed memory whenever by calling the free() work.
7) Speed
The accumulation and execution time of C language is quick since there are lesser inbuilt capacities and subsequently the lesser overhead.
8) Pointer
C gives the component of pointers. We can straightforwardly connect with the memory by utilizing the pointers. We can utilize pointers for memory, structures, capacities, exhibit, and so forth.
9) Recursion
In C, we can call the capacity inside the capacity. It gives code reusability to each capacity. Recursion empowers us to utilize the methodology of backtracking.
C language is extensible in light of the fact that it can without much of a stretch embrace new highlights.
10) Extensible
C language is extensible in light of the fact that it can without much of a stretch embrace new highlights.
ConversionConversion EmoticonEmoticon