C Language:- C is a simple language because it provides structured approach (to
break the problem into parts using functions), rich set of library
functions, data types, variables etc.
in many machines with little bit or no change. But it is not platform-independent.
Supports the feature of both low-level language and high level language
It provides code reusability for every function.
C History
Comment in C
2) Machine Independent or Portable Language: –
C programs are Machine Independent or Portable and can be executedin many machines with little bit or no change. But it is not platform-independent.
3) Mid level programming language: –
C language is considered as middle level language because itSupports the feature of both low-level language and high level language
4) Structured programming language: –
A structured programming language is a subset of procedural language. Structure means to break a program into parts or blocks so that it may be easy to understand. We can break the programs into parts using functions. It makes the program simple and easier5) Faster: –
The execution and compilation time of C programming language is fast.6) Recursion: –
With the help of recursion we can call the function within the function.It provides code reusability for every function.
7) Pointer
C Language provides the feature of pointer. With the help of we can directly interact with the memory by using the pointers. We can use pointers for memory, structures, functions, array etc.8) Rich Library
C Language provides a lot of inbuilt functions( printf , scanf etc)that makes the development fast.C History
Comment in C
No comments:
Post a Comment