The C programming language is also a high-level programming
language developed by Dennis Ritchie and Brian Kernighan at Bell Labs in 1972 from an almost unknown language named B. The first major
program written in C was the Unix operating system, and for many years, C was considered to
be inextricably linked with Unix.
Following
are C programming language features:
·
Fixed
number of keywords, including a set of control primitives, such as if, for,
while, switch and do while.
·
Multiple
logical and mathematical operators, including bit manipulators.
·
Multiple
assignments may be applied in a single statement.
·
Function
return values are not always required and may be ignored if unneeded.
·
Typing
is static. All data has type but may be implicitly converted.
·
Basic
form of modularity, as files may be separately compiled and linked.
·
Control
of function and object visibility to other files via extern and static
attributes.
How
to Download???
1. Click on
the download links
2. Wait for
few seconds and then click on
0 comments:
Post a Comment