How to calculate the age from the date of birth by using the
program?
Answer Posted / 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 |
Post New Answer View All Answers
What is the purpose of polymorphism?
Write a program to reverse a string using recursive function?
What is polymorphism oop?
What is polymorphism explain?
What is encapsulation oop?
Why multiple inheritance is not possible?
Why do we use oops?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What is the oops and benefits of oops programming?
What is encapsulation in simple terms?
What is multilevel inheritance explain with example?
What are the three parts of a simple empty class?
What are the three main types of variables?
What polymorphism means?
What is encapsulation in ict?