History of C

Chapter:1
There is a similarity between the human actions and the way a computer functions.Nicholas Wirth the inventor of computer language Pascal used to Say A program is equal to Algorithm + Data.

By Describing the Step-by-Step process is called as Algorithm
By representing the various steps in the form of Pictorial representation is know as Flowchart.

Algorithm: The term Algorithm is very popular in computer literature. An Algorithm is also called as Pseudo code. It is very simple to understand, in fact we all are perform hundreds of algorithms in our daily life without realizing it.
Algorithm is step-by-step method of performing any task. When we break up big task into smaller steps, what we actually do is create an algorithm. In algorithm each step is called as Instruction.

Example of Algorithm for making Tea.

  1. Begin
  2. Boil Water.
  3. Put tea powder in the kettle.
  4. Pour Boiled water in he kettle.
  5. Wait for Three minuets.
  6. Boil Milk.
  7. Put Boiled Milk in cup.
  8. Add sugar to the cup.
  9. Empty the kettle in the cup.
  10. Stir the cup with spoon.
  11. End.
Flow chart:
There is another way to write the steps involved in any process.This is by making use of various symbols.The symbols from a diagram that represents the steps in a picotial fashion similar to an algorithm. This is also very easy to understand.Such diagram is called Flow chart. In its simplest form, a flow chart consists of a series of rectangles connected each other by others.

History of C Language

Before C Language we have some more languages those are also having same principles.
  1. ALGOL (Algorithm oriented language) developed in 1960 by International Group.
  2. BCPL (Basic combine programming language) developed in 1967 by Martin Richard.
  3. B language was developed in 1970 by Ken Thompson.
  4. After Many years many of the features derived form B Language that's why name has C.
  5. C Language Was developed by Dennis Ritchie in 1972.
  6. C language was created for specific purpose i.e designing the unix operating system.
  7. After 7-8 years C++ came into world that was the first Object Oriented Programming language.
C Programming History
Lnguage Year Developed By
Algol 1960 International Group
BCPL 1967 Martin richards
B 1970 Ken thompson
C 1972 Dennis ritchie

Father of C-Language : DENNIS RITCHIE photoshop tutorial java program programming language
SHARE

Unknown

  • Image
  • Image
  • Image
  • Image
  • Image
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment