25. It takes five minutes to pass a rumour from one
person to two other persons. The tree of rumour continues.
Find how many minutes does it take spread the rumour to 768
persons. ?

Answer Posted / manish panwar

// It's a combination of 1+2+4+8+16+.... and each intervl
takes 5 minutes.

SO

1+2+4+8+16+32+64+128+256+512+1024

11*5 = 55 MINTS IN TOTAL .

Is This Answer Correct ?    11 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the maximum no. of arguments that can be given in a command line in C.?

655


Explain what are the different data types in c?

744


Explain a file operation in C with an example.

648


Tell me what is the purpose of 'register' keyword in c language?

606


What are the different categories of functions in c?

637






process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,

1877


What is main return c?

506


What does node * mean?

700


What is data structure in c and its types?

579


What are the c keywords?

738


Is it better to bitshift a value than to multiply by 2?

647


What is call by value in c?

546


What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?

576


When should a type cast not be used?

616


difference between object file and executable file

6082