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 / shashikant

3

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].

646


1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321

3145


explain what is a newline escape sequence?

690


please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics

2861


Why does everyone say not to use gets?

610






in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures

679


List the difference between a "copy constructor" and a "assignment operator"?

585


Suggesting that there can be 62 seconds in a minute?

598


Write a program to show the change in position of a cursor using c

584


Which is better malloc or calloc?

654


what type of questions arrive in interview over c programming?

1559


Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?

981


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

649


What is the difference between single charater constant and string constant?

625


Are there namespaces in c?

570