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 / bindu

But Pradeep, your logic assumes that the people who have
already passed the rumour in the first 5mins, will not pass
it again in the next 5mins!! In my logic, they keep on
passing it; 1.e. they don't stop after the first time.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is formal argument?

636


Explain what are its uses in c programming?

583


What is the advantage of an array over individual variables?

726


What are pointers? What are stacks and queues?

570


What is this infamous null pointer, anyway?

599






What is a structure and why it is used?

610


Explain what happens if you free a pointer twice?

602


Why we use conio h in c?

574


Can math operations be performed on a void pointer?

579


a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f

1577


Write a code to generate a series where the next element is the sum of last k terms.

720


What is the use of the function in c?

589


What is the use of c language in real life?

519


Why can't I perform arithmetic on a void* pointer?

626


What is sizeof int?

627