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
write a program to generate address labels using structures?
Why we use break in c?
What is difference between class and structure?
How do you define a function?
What is a structure in c language. how to initialise a structure in c?
What are disadvantages of C language.
What is function definition in c?
Why do we use header files in c?
What is a macro, and explain how do you use it?
Explain why c is faster than c++?
What is the difference between if else and switchstatement
Where is c used?
Explain how do you view the path?
Can an array be an Ivalue?
Does free set pointer to null?