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 do header files do?
What is use of null pointer in c?
What is meant by initialization and how we initialize a variable?
What is NULL pointer?
a c code by using memory allocation for add ,multiply of sprase matrixes
What are enums in c?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
What is memcpy() function?
What is pointer to pointer in c language?
Which header file is essential for using strcmp function?
Where in memory are my variables stored?
What are all different types of pointers in c?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
What is && in c programming?