What is floating point constants?
No Answer is Posted For this Question
Be the First to Post Answer
What is Your Name :)
wat are the two methods for swapping two numbers without using temp variable??
Explain how can I avoid the abort, retry, fail messages?
What is a shell structure examples?
implement general tree using link list
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.
int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain me output????
What is the difference between null pointer and void pointer
10 Answers CTS, Manforce, MAQ Software,
without using control structures and control structures find the max and min of given 2 nos
What is structure packing in c?
difference between c and c++
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this