Hi,
 
Go through below links that might help you:
 
http://www.c-program-example.com/2011/10/c-program-to-implement-quick-sort.html 
 
http://sciencetechpedia.blogspot.in/2012/11/quick-sort-using-divide-and-conquer_7267.html 
 
https://www.cs.rochester.edu/~gildea/csc282/slides/C07-quicksort.pdf 
 
Note: Above links provides sorting algorithm in C language.