Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 10

Introduction:-C language is

sequence of finite set of


instruction which follow
some well defined syntax
rules
BASIC(DEVOLOPED 1965)

FORTRAN(DEVOLOPED
1967)

COBOL(DEVOLOPED 1969)

C LANGUAGE(DEVOLOPED
1972)
BASIC-It means basic abbrevreation
for beginners.It is a simple
programming language.Some simple
eguation done by this language. It is
introduced in DARTMOUTH
COLLEGE,U.S.A
FORTRAN-It stands for Formula
Translation. That means some scientific
equation/Formulas are done by this
language.
Introduced-IBM Company.
COBOL-It stands for Common Business
Oriented Language. That means it is
used by Business Purpose.
Journal,Ledger and Payroll packages are
done by this language.
Introduced by-U.S.A industry
C LANGUAGE-It is a high level Language . The
term High level means some Alphabetical and
alphanumerical Character. C compiler compile
this language and execute as a Machine code
that means 0 and 1.

Introduced- DENNIS RICHIE at Bell


Laboraory.
Advantage:: i) It is a text Based User Interface
Software that means any Alphabetical and
alphanumerical Character can typed in this
language.But this Alphabetical and
alphanumerical Character must present in C
compiler directory.
ii)Whe user typed Wrong Information in this C
compiler then C compiler automatically
defined this error at the time of compiling the
program.
Source Code
Ready for run
(.c or .cpp)

Object code Execution


.obj .exe
Disadvantage:: i)C language cannot
support for Object Oriented
Programming.

ii)C language cannot support for Run-


time error.

You might also like