PASCAL PROGRAMS :
----------------

LINEAR.PAS     linear search using while loop
RLINS.PAS      linear search using repeat loop
FOR.PAS        linear search using for loop
PROG.PAS       Program to demonstrate if - else statements
MAT.PAS        Matrix operations
RECORD.PAS     Illustrations of records
merg.pas       Demonstration of pointers & recursive functions
progra.pas     Nested control structures.



C++ PROGRAMS
-----------------------

PROGRAM1.CPP   First program in C++
PROGRAM2.CPP   Avearage score of student
PROGRAM4.CPP   Linked list in C++
PROGRAM5.CPP   Operator overloading
PROGRAM6.CPP   Parsing the input string
PROGRAM7.CPP   Function using ref parametr to an array.
PROGRAM8.CPP   Inheritance
PROGRAM9.CPP   Templates
PROGRA10.CPP   Stack using templates
PROGRA11.CPP   Multiple inheritance
PROGRA12.CPP   Salary calculations.


LISP Programs
----------------------------------
lisp.lsp        Design of line editor
lisp1.lsp       Natural language parser.







