Features of C language

1. C is a middle level language - It means that it combines the elements of high level language with the        functionality of low level language. As a middle language C allows manipulation of bits,bytes and              addresses.

2. C code is very portable, that it allows the same C program to run on machines with different hardware         configurations.

3. C is structured language. Structured language is one that divides the entire program into modules using      top-down approach where each module executes one job or task. It is easy for debugging, testing and          maintainance.

(i) C is a middle level language. It means that it combines the elements of high level language with the functionality of low level language. As a middle language C allows manipulation of bits, bytes and addresses.

(ii) C code is very portable, that it allows the same C program to run on machine with different hardware configuration.

(iii) C is structured language. Structured language is one that divides the entire program into modules using top down approach where each module executes one job or task. It is easy for debugging, testing and maintenance.

Post a Comment

0 Comments