They are fallowing Features of C-Language:-
a) Portability:-
C program written one computer can be executed another with no notifications ‘C’ program written to work under mix 0.5 can be early ported to work under MS-DOS operating system.
For example, if we write a program in windows, it can't be executed on Unix or other operating systems. If we make some modifications, a 'c' program executes on any platform.
b) Case sensitive language:-
It is a case sensitive language.It treats lower and upper case separately.
c) Compact Program:-
It has relativity small instructions set the programs may develop their applications with less number of instructions lines.
d) Structure oriented programming language:-
It is a structure oriented programming language.It means it fallows set of rules in line by line execution.
e) Middle level language:-
C is a middle level language because suppose 'C' has low level language features and high level language features.
f) Speed:-
'C' is a very speed than another many languages because program can instruct with hard ware directly.
Post a Comment