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
What is return in c programming?
Explain output of printf("Hello World"-'A'+'B'); ?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
Tell me about low level programming languages.
What is C language ?
What is the meaning of && in c?
What are the advantages of the functions?
What is .obj file in c?
What are the various types of control structures in programming?
write a program to find out prime number using sieve case?
Do you know the difference between malloc() and calloc() function?
What is a buffer in c?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
Do you know what are bitwise shift operators in c programming?