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 / usha
Its 45 min becoz the Ist person spreeds rumour to 2person in
5 min. so in next 5 min the 2 person spreads simultaneously
to 4pesons and these steped is continued tel 45min, such as
2+4+8+16+32+64+128+256+512 this indicate at each addition it
take 5min. so the answer is 45min
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is hungarian notation? Is it worthwhile?
Does c have class?
Write a program to identify if a given binary tree is balanced or not.
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
What do header files do?
What are the types of bitwise operator?
main() { printf("hello"); fork(); }
write a program to copy the string using switch case?
How can I avoid the abort, retry, fail messages?
What is 2c dna?
What is context in c?
What is break statement?
Why is c fast?
Is c easier than java?
What is the difference between void main and main in c?