Average of a couple 10 years ago was 25. The average
remains same after having a child and twins after 3 years.
What is the present age of the first child

Answer Posted / surya

ans plz

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the right way to use errno?

619


hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm

1631


What are the types of operators in c?

610


What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers

670


I just typed in this program, and it is acting strangely. Can you see anything wrong with it?

559






What is the difference between formatted&unformatted i/o functions?

610


A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles

643


how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?

1491


What is meant by errors and debugging?

645


Who invented bcpl language?

700


What are global variables and how do you declare them?

614


Explain what is meant by 'bit masking'?

640


What is a substring in c?

583


to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?

1565


In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.

1374