There are 8 billiard balls, and one of them is slightly
heavier, but the only way to tell was by putting it on a
weighing scale against another. What's the fewest number of
times you'd have to use the scale to find the heavier ball?
Answer Posted / s.venmathi
3
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
What is string constants?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
What is sizeof array?
Write a program to reverse a linked list in c.
Does c have an equivalent to pascals with statement?
Explain what is wrong in this statement?
Explain what is the difference between null and nul?
List the variables are used for writing doubly linked list program.
Write a code to determine the total number of stops an elevator would take to serve N number of people.
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
explain how do you use macro?
What is the purpose of 'register' keyword?
What is the difference between #include
What is a pointer in c plus plus?
How can I make sure that my program is the only one accessing a file?