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 / dony
9*5+2.2=47.5min
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does the && operator do in a program code?
What language is windows 1.0 written?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
What is meant by type specifiers?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
What is mean by data types in c?
What is zero based addressing?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
Differentiate between declaring a variable and defining a variable?
What is this infamous null pointer, anyway?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
Is this program statement valid? INT = 10.50;
write a progrmm in c language take user interface generate table using for loop?
What is the use of putchar function?
What does the error message "DGROUP exceeds 64K" mean?