The Complete PHP Code. ( index.php ) <?php if ( isset ( $_POST [ "submit" ] ) ) { $name = $_POST [ '...
Read More
INSERTION IN LINKED LIST AT DIFFERENT POSITION
THIS PROGRAM IS TESTED IN DEV C++ #include<stdio.h> #include<conio.h> void insert1() { int array[100], position,...
Read More
TRAVERSAL OF LINKED LIST
THIS PROGRAM IS TESTED IN DEV C++ #include<stdio.h> #include<malloc.h> #include<conio.h> struct s { int in...
Read More
Menu driven program of selection,bubble,insertion sort
THIS PROGRAM IS TESTED IN DEV C++ #include <stdio.h> void bubble() { int arr[100],tmp,large,k,j,loc,i,n; printf(...
Read More
menu driven program of selection sort and bubble sort
THIS PROGRAM IS TESTED AND WORKING PROPERLY!!!! #include <stdio.h> void selection() { int arr[100],tmp,large,k,j,loc,i,n...
Read More
Subscribe to:
Posts (Atom)