Site icon i2tutorials

C Programming – Tutorial

Introduction to C Programming

 

C is a procedural and a middle-level structure-oriented programming language that was initially developed by Dennis Ritchie at AT&T Bell Labs in 1972. It was designed to write the UNIX operating system. The American National Standards Institute (ANSI) formally introduced the C language in 1988.

 

Procedure oriented programming (POP):

 

A procedural programming language is a logical step-by-step process for solving a problem. It determines what a process is and how a process should be done.

Some characteristics exhibited by POP:

 

Structured programming concept:

 

Structured programming is a systematic way to organize programs. It is a subset of procedural programming that implements a logical structure on the written program which makes it more efficient and easier to understand and modify.

Structured programming may be described as:

 

Features of C:

 

 

Exit mobile version