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
How many levels of pointers can you have?
What is the explanation for the dangling pointer in c?
will u please send me the placement papers to my mail???????????????????
What does the file stdio.h contain?
What is function what are the types of function?
What are valid signatures for the Main function?
Explain heap and queue.
Which type of language is c?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Write a program to implement queue.
hi any body pls give me company name interview conduct "c" language only
How can you draw circles in C?
Differentiate abs() function from fabs() function.
What is difference between stdio h and conio h?
What is the heap?