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 is static memory allocation? Explain
What is a program?
What is the translation phases used in c language?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
What is pointer & why it is used?
What are runtime error?
What is the modulus operator?
How do you use a 'Local Block'?
difference between object file and executable file
What is sizeof c?
Describe the header file and its usage in c programming?
Why is c known as a mother language?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix