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
Explain what are run-time errors?
Define macros.
what is use of malloc and calloc?
What is a union?
Are there any problems with performing mathematical operations on different variable types?
a program that can input number of records and can view it again the record
Why is c called c?
Explain what is a const pointer?
Explain what is wrong with this statement? Myname = ?robin?;
What is the difference between memcpy and memmove?
Differentiate between a for loop and a while loop? What are it uses?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
How can you access memory located at a certain address?
Is array a primitive data type in c?
Explain how can I write functions that take a variable number of arguments?