Monday, June 18, 2012

Family Chart of The 'C' Langauge:-
                             <<B>>                               <<BCPL>> (1967 and 1970) Ken Thompson and Martin
                                     |                                       |
                                               |                 |
                                                      |     |
                                                         |

                                                  <<C>> (1972) Denis Ritchie at AT & T Lab

                                                         |
                                                         |
                                                  <<C with Classes>> 1980 bjarne stroustrup

                                                         |
                                                         |
                                                  << C++>>  1983 bjarne stroustrup  ----> Published the name of C++

                                                         |
                                                         |
                                                  << ANSI C>> 1987 American National Standard Institute Committee                                                          |
                                                         |
                                                  <<OAK >> 1991 James Gosthline                                                          |
                                                         |
                                                  <<JAVA>> 1995 Sun Microsystems                                                          |
                                                         |
                                                  <<ANSI C++>> 1996  American National Standard Institute Committee                                                          |
                                                         |

                                                  <<C# .Net>> 2000 Microsoft Systems
Thats the End of C Languages Family Chart

Propose of C Language:-
The 'C' Language was developed for the purpose of Developing an new Operating System named UNIX.

in fact UNIX was a good Program and requires a very good Powerful Language to Manufacture a New Operating System. So Ken Thompson and Denis Ritchie Developed the New Language from the  Existing Two Languages BCPL and B. 
Name of C Language:=
The C Language is Named 'C' because there was an existing Language named as 'B'

so the next Alphabet is 'C'.
The BCPL and B Languages were developed in 1967 and 1970s by Martin and Thompson.
Then Denis Ritchie Developed the New Language 'C' from the Basic Concepts of the BCPL and B Language in the 1972 at AT & T Lab.

Thursday, June 14, 2012

Preface
A Word by Prof. Dr. Kuldeep Kaushik
Overview of the C Language

Birth of C Language
Why C?
Data Types
Structure
Flow of Statements
Control Statements
Branching Statements
Iteration Statements
Looping Structures with While, do While and For
Memory Allocations and Arrays
Memory Reference and Pointers
Structure and Union
File Systems and File Handling
System Calls
Bibliography