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 / anli
2
| Is This Answer Correct ? | 8 Yes | 5 No |
Post New Answer View All Answers
What are derived data types in c?
show how link list can be used to repersent the following polynomial i) 5x+2
Why we use int main and void main?
How to set file pointer to beginning c?
How can I dynamically allocate arrays?
Difference between malloc() and calloc() function?
Write a code to generate divisors of an integer?
Why do we use pointer to pointer in c?
Explain what does it mean when a pointer is used in an if statement?
What does c mean in standard form?
write a c program for swapping two strings using pointer
Explain the advantages and disadvantages of macros.
What is typedef struct in c?
Is c pass by value or reference?
What is wrong with this declaration?