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 / om
35
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why pointers are used?
What is c token?
What is a char in c?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
What is the use of c language in real life?
Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon
Explain how can a program be made to print the line number where an error occurs?
Define recursion in c.
How is = symbol different from == symbol in c programming?
What is the meaning of && in c?
How was c created?
Explain what is the difference between far and near ?
Is c++ based on c?
How can you determine the size of an allocated portion of memory?
What is the concatenation operator?