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

FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above

630


In c language can we compile a program without main() function?

590


Explain what is the use of a semicolon (;) at the end of every program statement?

746


What is the difference between fread and fwrite function?

644


What is a structure in c language. how to initialise a structure in c?

617






What are structure types in C?

681


Explain which function in c can be used to append a string to another string?

600


why do some people write if(0 == x) instead of if(x == 0)?

666


Explain what is the best way to comment out a section of code that contains comments?

732


What are the back slash character constants or escape sequence charactersavailable in c?

699


a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above

667


What is formal argument?

662


What is nested structure in c?

622


a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if

712


Add Two Numbers Without Using the Addition Operator

361