| |
Features of 'C' language
1. It is used for developing system software e.g: Operating system and also for application software
like Accounting packages.
2. It has the ability to write very concise source programs because of its large number of operators,
small set of instructions and extensive library functions.
3. C is highly portable. Most of the C programs can be processed on many different computers with
little or no alteration.
4. C compilers are commonly available for all types of computers having different operating systems or
different microprocessors etc.
5. C supports modular programming i.e a program can be divided into small modules so that it will be
easy for further use. If we have any mistake in the program, there is no need for us to go through the
entire program. You can to the particular part of the program and check them there itself.
APPLICATIONS OF C:-
C is used for writing :
1. Operating Systems
2. Utilities & Tools
3. Compilers
4. Interpreters
5. Word processors
6. Spread Sheets
7. GUI
8. Application Software etc.
Please send comments to vgdarur.javafive@blogger.com
|