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 / karthiga
It takes 30 min only.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the maximum no. of arguments that can be given in a command line in C.?
How many types of errors are there in c language? Explain
Are local variables initialized to zero by default in c?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
Are pointers integer?
What is the newline escape sequence?
What is c programing language?
What is operator promotion?
Explain pointer. What are function pointers in C?
Do variables need to be initialized?
Why dont c comments nest?
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
Why is struct padding needed?
Is a house a shell structure?
What is main () in c?