Procedural Proggramming System
Procedural Proggramming System
ASSIGNMENT:01
TASK-1
Make a report that clearly explains the features, principles and the characteristics
of the procedural programming.
Procedural programming
The C has now become a widely used professional language for various features.
Easy to learn
Structured language
Facts about C
C was invented to write an operating system called UNIX.
The language was formalized in 1988 by the American National Standard Institute. (ANSI).
Today C is the most widely used and popular System Programming Language.
Most of the state of the art software’s have been implemented using C.
Today's most popular Linux OS and RBDMS My SQL have been written in C.
PROCEDURAL PROGRAMMING
Structured language
Pointer implementation - extensive use of pointers for memory, array, structures and
Functions.
Why to use C?
C was initially used for system development work, in particular the programs that make-up the
operating system. C was adopted as a system development language because it produces code
that runs nearly as fast as code written in assembly language. Some examples of the use of C
might be:
Operating Systems
Language Compilers
Assemblers
Text Editors
Print Spoolers
Network Drivers
Modern Programs
Data Bases
PROCEDURAL PROGRAMMING
Language Interpreters
Utilities