Programming Tutorials

Comment on Tutorial - Using qsort() and bsearch() with strings - example program in C By Manoj Kumar



Comment Added by : Daniel

Comment Added at : 2009-03-30 04:11:13

Comment on Tutorial : Using qsort() and bsearch() with strings - example program in C By Manoj Kumar
Hi, a have a problem using bsearch. i need return value like index of the element that was fount....something like "The number exists in the ARRAY, at idx 13".

How can i do this with func bsearch?


View Tutorial