How to calculate the age from the date of birth by using the
program?
Answers were Sorted based on User's Feedback
Answer / vin
This can be done
by asking the user to enter the year of birth and get the
current date by using the functions in time.h
just you have to subtract the year.
| Is This Answer Correct ? | 16 Yes | 2 No |
Answer / dileep
we are using time.h header file to get the date of birth of
user. in this header file haveing the some in built functions
| Is This Answer Correct ? | 5 Yes | 3 No |
What is namespace?
Why multiple inheritance is not possible?
What is abstraction?
Can you explain polymorphism?
What is pure oop?
what is the main difference between sizeof() operator in c and c++
which is platform independent device used in computers
write a programe to calculate the simple intrest and compund intrest using by function overlading
monkey starts climbing up a tree 20ft tall,each hour ,it hops 3ft and slips back by 2ft .how much time it wil tak to reach top of the tree?
What are the 3 principles of oop?
Why do we use virtual functions?
what are the uses of C++