EmbLogic's Blog

Author Archives: anu.bala

srand &rand

please tell how rand & srand function work.

Posted in Uncategorized | Leave a comment

SIMPLEX TYPE CODE OF BINARY SEARCH

/*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

Posted in Uncategorized | Leave a comment

linklist

doing structure pointer includeing arrays in loop with functions making linklist

Posted in Uncategorized | Leave a comment

i have done basic &pointer assignment

Posted in Uncategorized | Leave a comment

its my 1st project related to linux ,how to compress file &then unzip,& i m very exited to do it

Posted in Uncategorized | Leave a comment