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 / ranjana gupta
5 years
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is hashing in c language?
Write a program to show the change in position of a cursor using c
The statement, int(*x[]) () what does in indicate?
What are the advantages of using Unions?
Can you write the algorithm for Queue?
What is use of pointer?
How do you declare a variable that will hold string values?
What do you mean by c what are the main characteristics of c language?
Explain what is the difference between null and nul?
What is the explanation for modular programming?
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
Where local variables are stored in c?
What is pointer to pointer in c language?
Which is better pointer or array?