where does it flourished?
No Answer is Posted For this Question
Be the First to Post Answer
Why c is a procedural language?
Write a program for finding factorial of a number.
what are the advantage of pointer variables? write a program to count the number of vowels and consonants in a given string
What are the advantages and disadvantages of pointers?
Explain Doubly Linked Lists?
How can I do graphics in c?
two progs are given. one starts counting frm 0 to MAX and the other stars frm MAX to 0. which one executes fast.
Write a program in C to convert date displayed in gregorian to julian date
How can a program be made to print the line number where an error occurs?
What functions are in conio h?
hOW Can I add character in to pointer array of characters char *a="indian"; ie I want to add google after indian in the char *a
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.