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 / steve
45 minutes.
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
Write a client and server program in C language using UDP, where client program interact with the Server as given below: i) The client begins by sending a request to send a string of 8 characters or series of 7 numbers, the server sends back a characters or numbers as per the request of the client. ii) In case of series of 7 numbers: The client sends a multiplication of numbers, to the server. iii) In case of a string of 8 characters: The client sends a reverse order of string to the server.. iv) Server will send an acknowledgment to the client after receiving the correct answer
What is assert and when would I use it?
Is multithreading possible in c?
What are header files? What are their uses?
Tell us two differences between new () and malloc ()?
what is use of malloc and calloc?
What is wrong with this initialization?
Is c# a good language?
What are identifiers c?
Tell us something about keyword 'auto'.
What is double pointer in c?
Explain what are the standard predefined macros?
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
What is the use of the function in c?
provide an example of the Group by clause, when would you use this clause