/*condition for binary search is this that… u have to use sorted array & u should know size of array in which element is to be searched otherwise do sorting 1st*/ #include<stdio.h> int main() { int search; int hi=10,lw=0,mid=0,i,k,proceed; int … Continue reading
doing structure pointer includeing arrays in loop with functions making linklist
its my 1st project related to linux ,how to compress file &then unzip,& i m very exited to do it