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 is inheritance in oop?
What is inheritance and how many types of inheritance?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What is cohesion in oop?
Can enum be null?
What is a function in oop?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
write string class as your own class in java without using any built-in function
How do you explain polymorphism?
How do you achieve runtime polymorphism?
What is destructor oops?
Explain virtual inheritance?
Why do we use polymorphism?
Are polymorphisms mutations?
What is the real time example of inheritance?