How to calculate the age from the date of birth by using the
program?
Answer Posted / 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 |
Post New Answer View All Answers
What polymorphism means?
What is stream in oop?
What is class and object in oops?
Write a program to compute for numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each line contains a student's first name, then one space, then ten quiz scores all on one line. The quiz scores are in whole number and are separated by one space. Your program will take it input from this file and sends it output to a second file. The data in the output file will be exactly the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Use at least one function that has file streams as all or some of its arguments.
What is overriding in oops?
What are the two different types of polymorphism?
How do you achieve polymorphism?
Get me an image implementation program.
What is polymorphism and types?
What does and I oop and sksksk mean?
What do you mean by abstraction?
What are the benefits of polymorphism?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
Where You Can Use Interface in your Project
What is abstraction in oops with example?