Rahul Kumar Saurabh
Menu
(Move to ...)
Home
SQL Programs
LISP Programs
Contact
▼
A Recursive LISP function which takes one argument as a list and return reverse of the list.
›
Programs in lisp with output Define a Recursive LISP function which takes one argument as a list and return reverse of the list . SO...
A Recursive LISP function which appends two lists together.
›
Programs in lisp with output Define a Recursive LISP function which appends two lists together. SOFTWARE USED: LispWorks 6.1 TH...
A Recursive LISP function which takes one argument as a list and return list except last element of the list.
›
Programs in lisp with output Q. Definea Recursive LISP function which takes one argument as a list and return listexcept l...
A Recursive LISP function which takes one argument as a list and return last element of The list.
›
Programs in lisp with output Q.Definea Recursive LISP function which takes one argument as a list and return lastelem...
A Recursive LISP function to compute factorial of a given number.
›
Programs in lisp with output Q.Define a Recursive LISP function tocompute factorial of a given number. SOFTWARE USED: ...
A Recursive LISP function to solve Ackermann’s Function.
›
Programs in lisp with output Q. Define a Recursive LISP function tosolve Ackermann’s Function. SOFTWARE USED: - LispWorks 6.1...
Define a LISP function to compute difference of squares
›
Programs in lisp with output Q. Define a LISPfunction to compute difference of squares. SOFTWARE USED: LispWorks...
Define a LISP function to compute sum of squares.
›
Programs in lisp with output Q. Define a LISP function to compute sum of squares. SOFTWARE USED: LispWorks 6.1 THEORY: - ...
sql program to ALTER ( ADD, DROP,MODIFY,RENAME) table
›
OBJECTIVE: - Program to ALTER table. SOFTWARE USED: Oracle SQL THEORY: - ALTER:- It is a DDL command . The ALTER TABLE stat...
sql program to insert and delete value in table.
›
OBJECTIVE: - Program to insert and delete value in table. SOFTWARE USED: Oracle SQL THEORY: - INSERT:- It is a DDL comma...
›
Home
View web version