Resource Type | Posted On |
Prolog program to delete an element from a given list without using concatenate | Feb 22 |
Shell script to perform operations like display, list, make directory and copy, ... | May 12 |
DROP DATABASE | Sep 26 |
DROP INDEX | Oct 30 |
DROP PROCEDURE | Aug 26 |
DROP TABLE | Oct 15 |
DROP TRIGGER | Apr 17 |
DROP VIEW | Nov 29 |
Prolog program to define the relation last(item,list) so that item is the last e... | Feb 22 |
Write a function to perform string operation i.e. split, join, length, substring... | Aug 21 |
Program that read first, middle, and last initials of a person's name and displ... | Dec 24 |
Program that defines a relation split(L,P,N) where list is divided into positive... | Feb 22 |
Prolog program to concatenate two lists, an element is a member of a given list ... | Feb 22 |
To check largest among two numbers without using if statement | Nov 28 |
color program without using graphics | Apr 22 |
Program to illustrate classes without using inline functions | Jun 05 |
Program to add two integers without using "+" operator | Apr 10 |
Program to illustrate unary operator (increment operator) overloading without re... | Feb 05 |
Program to illustrate unary operator(decrement operator) overloading without ret... | Aug 02 |
Program to illustrate the binary operator(+) overloading without creating a new ... | Oct 22 |
Program to illustrate the binary operator( ) overloading without creating an obj... | Jun 30 |
Program to illustrate the binary operator(*) overloading without creating a new ... | Dec 12 |
Program to convert an Infix Expression into a Postfix / Suffix Expression withou... | Sep 13 |
Program to copy the contents of one array to another Without Shared Memory | Dec 21 |
Program to find the length of a string taken from user (without using strlen) | Sep 02 |
|
Program to copy the contents of one array to another without shared memory | Jun 11 |
Program to find the length of a string taken from user without using strlen... | Nov 10 |
Program to concatenate of two strings without using strcat function | Sep 11 |
Program to copy one string s2 to another string s1 without using strcopy... | Sep 30 |
PROGRAM TO EXCHANGE THE CONTENT OF AL AND AH REGISTERS WITHOUT USING XCHG... | Jul 06 |
PROGRAM TO COPY ONE STRING INTO ANOTHER STRING WITH AND WITHOUT USING "MOVSB" IN... | Mar 13 |
PROGRAM TO COMPARE TWO STRINGS WITH AND WITHOUT USING "CMPSB" INSTRUCTION USING... | Dec 02 |
Program that accepts a shopping list of items from the command line and stores t... | Dec 31 |
Doubly circular link list or Circular doubly link list | Oct 21 |
Prolog program to merge two ordered list generating an ordered list | Feb 22 |
Prolog program to check whether a list is an ordered list or not | Feb 22 |
Prolog program to concatenate two lists giving third list | Feb 21 |
Perform directory operations like display current , list, Make, Change directory... | Jul 13 |
Prolog program of predicate ordered (List) which is true if List is an ordered l... | Feb 21 |
Prolog program to define two predicates evenlength(List) and oddlength(List) so ... | Feb 22 |
PROLOG PROGRAM TO SPLIT A LIST IN TWO LISTS SUCH THAT ONE LIST CONTAINS NEGATIVE... | Feb 22 |
Program that list of letters should be an alphabetical list of upper case letter... | Nov 16 |
Program that performs binary search | Aug 23 |
Program that performs selection search | Oct 19 |
Program to perform heap sort | Jul 31 |
Program to perform insertion sort | Aug 21 |
Program to perform linear sort | Oct 17 |
Program to perform merge sort | Jun 06 |
Program to perform merge sort | Sep 27 |
Program to perform quick sort | Dec 04 |