Explain threaded binary trees?
Sir i want e-notes of C languge of BAlaguruswami book i.e scanned or pdf file of balaguruswamy book on c language.PLEASE SEND ME on my mail id ajit_kolhe@rediff.com
hi any body pls give me company name interview conduct "c" language only
How is actual parameter different from the formal parameter?
what is difference between ANSI structure and C99 Structure?
write an algorithm and a program to count the number of elements in a circularly singly linked list
C program to find frequency of each character in a text file?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
What functions are used in dynamic memory allocation in c?
find out largest elemant of diagonalmatrix
Write a program of advanced Fibonacci series.
There is a 100-story building and you are given two eggs. The eggs (and the building) have an interesting property that if you throw the egg from a floor number less than X, it will not break. And it will always brake if the floor number is equal or greater than X. Assuming that you can reuse the eggs which didn't broke; you got to find X in a minimal number of throws. Give an algorithm to find X in minimal number of throws.