What is the correct declaration of main?
No Answer is Posted For this Question
Be the First to Post Answer
Why are all header files not declared in every c program?
Explain why C language is procedural?
What's a good way to check for "close enough" floating-point equality?
What is the difference between typedef and #define?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
Is c still relevant?
What is difference between && and & in c?
What is the purpose of #pragma directives in C?
How do I get an accurate error status return from system on ms-dos?
Is c high or low level?
input may any number except 1,output will always 1.. conditions only one variable should be declare,don't use operators,expressions,array,structure
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.