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 / anil parihar

4

Is This Answer Correct ?    1 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode

675


#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }

784


what is the different bitween abap and abap-hr?

1756


difference between object file and executable file

6113


Is the exit() function same as the return statement? Explain.

674






find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2

1545


Mention four important string handling functions in c languages .

642


What is the benefit of using #define to declare a constant?

616


while initialization of array why we use a[][2] why not a[2][]...?

1878


stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.

1866


What is the difference between declaring a variable by constant keyword and #define ing that variable?

2731


What is a class c rental property?

631


In C language, a variable name cannot contain?

767


What is array of structure in c?

618


What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?

968