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 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...
sql program to create table
›
OBJECTIVE: - Program to create table. SOFTWARE USED: Oracle SQL THEORY: - CREATE:- It is a DDL command. It is used to c...
‹
›
Home
View web version