Advantage of C language:
System Programming:
C provide a powerful a approach for system programming.It was mainly designed to developed system software programs. Programmers can write complexsoftware program more easily than any other low level language.
Platform Independence:
C is a machine independent language. It means that programs written in C language Can be executed on any type of computer hardware with a little modification.For example, a C program written for Intel micro-processor can be executed.
Small Language:
C is a very small language. It requires limited space (only some KB'S) on computer's hard disk.It has only few reserve words. In spite of that' ts is very for developing different types of programs.
Fast Code Execution:
The code written in C language executes very quickly. Minimum code execution time is the major cause of using for big system level software projects. Its compilerconverts the source code into the object code in a very short period of time.
Flexible Codes:
The programs written in C language are very flexible. A programmer can easily change codes. Procedures help the programmersto utilise them for multiple purpose.
Structured Programming:
C provides structured programming approach. In structured programming a program is divided into small units called modelys. Each module consists of different instructionto perform a particular task.
Easy to Learn and Use:
C is very simple language. It is easy to learn an use. Instruction of C have very simple Syntax. So, a programmer needs not necessary to have a detail knowledge ofcomputer architecture.
No comments:
Post a Comment