Search Results

Showing results 1 to 1 of 1
Search took 0.00 seconds.
Search: Posts Made By: vigneshvh ; Forum: Java and child forums
Forum: Java Nov 15th, 2007
Replies: 3
Views: 1,227
Posted By vigneshvh
#include <stdio.h>
#define MAX 10
void swap(int *x,int *y)
{
int temp;
temp = *x;
*x = *y;
*y = temp;
}
void bsort(int list[], int n)
Showing results 1 to 1 of 1

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC