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


Please Help Members By Posting Answers For Below Questions

design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.

1483


Which type of language is c?

638


What is the difference between array and pointer in c?

566


Calculate 1*2*3*____*n using recursive function??

1505


what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above

659






How can I write functions that take a variable number of arguments?

616


In c programming language, how many parameters can be passed to a function ?

617


write a program to find out prime number using sieve case?

1626


I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...

9644


Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.

3104


FILE PROGRAMMING

1767


What are types of structure?

595


What is a pointer in c?

672


Give differences between - new and malloc() , delete and free() ?

598


Is c procedural or object oriented?

564