How Many Header Files in c?
Answers were Sorted based on User's Feedback
how to print 2-D array using a single for loop?
2 Answers Mind Tree, TCS, Value Labs,
Write a program using two-dimensional array that lists the odd numbers and even numbers separately in a 12 input values.
why java is called as a purely oops language.
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?
What is difference between stdio h and conio h?
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.
What happens if header file is included twice?
Write a progarm to find the length of string using switch case?
Difference between pass by reference and pass by value?
program for swapping two strings by using pointers in c language
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.